skip db update for not-yet-entered score
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user