Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Add results printing
Browse files Browse the repository at this point in the history
Just a test, this will never make it to main.
  • Loading branch information
jzgom067 committed Nov 30, 2024
1 parent 44799ea commit 0c7676d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,4 +399,6 @@ def get_event_results(code: str) -> List[Availability]:
if avail.nickname not in avail_json:
avail_json[avail.nickname] = avail.to_json()["availability"]

print(avail_json)

return avail_json

0 comments on commit 0c7676d

Please sign in to comment.