This commit is contained in:
2024-02-14 12:34:58 +01:00
parent bb8012fecb
commit 1a19540b30
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ import re
db = SQLAlchemy()
# Modeling these entities separately should make it easier to add new guess categories, for example team guesses or GP guesses
# Modeling these entities separately should make it easier to add new guess categories, e.g. team guesses or GP guesses
def optional_date(date_string):