mirror of
https://github.com/Smaug123/hanabi-server
synced 2025-10-11 03:28:40 +00:00
Better fix
This commit is contained in:
@@ -246,7 +246,7 @@ class Inform(Resource):
|
||||
|
||||
|
||||
class Game(Resource):
|
||||
def get(self, game_id, player=None):
|
||||
def get(self, game_id=None, player=None):
|
||||
"""
|
||||
Return the state of the game as viewed by the given player.
|
||||
|
||||
|
Reference in New Issue
Block a user