mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 23:55:46 +02:00
Try to fix actions, fix broken test
This commit is contained in:
parent
bdaf8a1dc5
commit
5f9a57cd83
3 changed files with 4 additions and 3 deletions
|
|
@ -103,7 +103,7 @@ class GameStats(MongoCollection):
|
|||
class WordleGame(MongoCollection):
|
||||
"""Collection that holds people's active Wordle games"""
|
||||
|
||||
day: datetime.date = Field(default_factory=lambda: today_only_date())
|
||||
day: datetime.datetime = Field(default_factory=lambda: today_only_date())
|
||||
guesses: list[str] = Field(default_factory=list)
|
||||
user_id: int
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue