Skip to content

Commit

Permalink
Don't update servers, temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Oct 9, 2023
1 parent 3c8d445 commit 3aab372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
TESTING = True

servers = GFServers.open(".gf_server_data.json")
servers.update()
# servers.update()
gfpath = os.environ["GF_PATH"]
fonts = []
github_repo = os.environ.get("GITHUB_REPOSITORY", "")
Expand Down

0 comments on commit 3aab372

Please sign in to comment.