Skip to content

Commit

Permalink
update file path for warstatus.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua2504 committed Aug 22, 2024
1 parent 8c6f39c commit 4cb8d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warstatus/warstatus.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from bs4 import BeautifulSoup

# File where to dump the status
outfile = "../data/warstatus/warstatus.json"
outfile = "../public/data/warstatus/warstatus.json"
stats_db_file = "stats/events.sqlite"
stats_outfile = "stats/statistics.json"
stats_outfile_events = "stats/allevents.json"
Expand Down

0 comments on commit 4cb8d41

Please sign in to comment.