Skip to content

Commit

Permalink
updates leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyabhonsley committed Nov 14, 2023
1 parent 2896017 commit 3606a72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions log/leaderboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def runner():
run([config])

if __name__ == "__main__":
# main thread to check configs
runner = threading.Thread(target=runner)
runner.start()
app.run(debug=True, port=8080)
Expand Down

0 comments on commit 3606a72

Please sign in to comment.