Skip to content

Commit

Permalink
linted
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaojustin committed May 1, 2024
1 parent 613b9d5 commit edfe1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def create_game(mode):
"""
print("Creating game...")
print(f"Selected mode: {mode}")

# get all objects
object_ids = fetch_object_ids(mode)
random.shuffle(object_ids)
Expand Down

0 comments on commit edfe1fa

Please sign in to comment.