Skip to content

Commit

Permalink
adding print statement in scoreboard
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarathay committed Dec 6, 2024
1 parent 06cd8f9 commit 6c0d967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions caption_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1671,6 +1671,7 @@ def get(self, game_code, round_number):


class getScoreBoard(Resource):
print("in getScoreBoard")
def get(self, game_code, round_number):
# print("requested game_code: ", game_code)
# print("requested round_number:", round_number)
Expand Down

0 comments on commit 6c0d967

Please sign in to comment.