skip db update for not-yet-entered score

This commit is contained in:
2022-06-05 15:23:36 -05:00
committed by GitHub
parent dd4515fd5b
commit 9d0823721d

View File

@@ -94,7 +94,7 @@ def _save_db_scores(wordle_day: wordlinator.utils.WordleDay, scores: dict):
try:
score_entry = int(score_entry)
except ValueError:
pass
continue
score_match = [
s