Ooops wrong monitor.
This commit is contained in:
parent
6f06455cf6
commit
4dd9e43638
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user