Update state.log to state.json to match changes in arke.

master
jowj 4 years ago
parent 6550bb152e
commit 4f72485e9f

@ -78,7 +78,7 @@ def handle_messages(**payload):
response = "you wouldn't download a car"
elif "arke" in is_command[1]:
response = []
with open("/shared/state.log", "r") as json_File:
with open("/shared/state.json", "r") as json_File:
for line in json_File:
response.append(json.loads(line))
elif "pence" in is_command[1]:

Loading…
Cancel
Save