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:
|
try:
|
||||||
score_entry = int(score_entry)
|
score_entry = int(score_entry)
|
||||||
except ValueError:
|
except ValueError:
|
||||||
pass
|
continue
|
||||||
|
|
||||||
score_match = [
|
score_match = [
|
||||||
s
|
s
|
||||||
|
|||||||
Reference in New Issue
Block a user