Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Cari1111 committed Jan 14, 2024
1 parent 4f885a4 commit 962fc6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions teamprojekt_competition_server/server/databases.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ def _insert_game(
score_user_1 (float): score of user 1
score_user_2 (float): score of user 2
start_time (String | None): use datetime.now().isoformat(sep=" ")
to generate JJJJ-MM-DD HH-MM-SS.SSSS
(example: 2024-01-14 19:23:13.736286))
to generate JJJJ-MM-DD HH-MM-SS.SSSS
(example: 2024-01-14 19:23:13.736286))
game_end_state(int): GameEndState enum value
is_user1_winner (bool): if user 1 is the winner
(only relevant for won games)
is_user1_disconnected (bool): if user 1 is disconnected
is_user1_disconnected (bool): if user 1 is disconnected
(only relevant for disconnected games)
Returns:
Expand Down

0 comments on commit 962fc6a

Please sign in to comment.