Ooops wrong monitor.

This commit is contained in:
Ada Werefox 2024-03-02 19:54:20 -06:00
parent 6f06455cf6
commit 4dd9e43638
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@ import requests
def index(request):
# tracker_output = loads(requests.get('http://localhost:8000/spoiler').text)
with open('spoiler.json', 'r') as t:
tracker_output = loads(t.read())
tracker_output = loads(requests.get('http://localhost:8000/spoiler').text)
# with open('spoiler.json', 'r') as t:
# tracker_output = loads(t.read())
tracker_debug = tracker_output["Debug"]
tracker_totals = tracker_output["Totals"]
tracker_current_scene = tracker_output["Scene"]