This commit is contained in:
rald 2023-08-05 05:42:02 +08:00
parent fab4347baa
commit 2066036a52
2 changed files with 1 additions and 1 deletions

Binary file not shown.

2
db.py
View File

@ -200,7 +200,7 @@ def get_game_id(user_id):
else:
return row[0] # game_id
def get_play_words(game_id,user_id):
def get_words(game_id,user_id):
"""
Get game id if it exists
:param user_id:.