Skip to content

Commit

Permalink
Merge pull request #46 from software-students-spring2024/fix-classic-…
Browse files Browse the repository at this point in the history
…mode

linted
  • Loading branch information
zhaojustin authored May 1, 2024
2 parents 34306dd + 1a9d1fc commit 056f37b
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 056f37b

Please sign in to comment.