From 3946b3d707bd5f675ad797258ad4c9e3caf5ec9e Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Tue, 18 Sep 2012 00:19:26 +0200 Subject: change filename of space api json --- scripts/sub_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/sub_api.py') diff --git a/scripts/sub_api.py b/scripts/sub_api.py index fb847ed..307ff7f 100644 --- a/scripts/sub_api.py +++ b/scripts/sub_api.py @@ -12,7 +12,7 @@ base_path = os.path.join(base_path, '..') input_url = "http://taifun.local.sublab.org/subcan.json" json_template = os.path.join(base_path, "template", "template.spaceapi.json") -output_file = os.path.join(base_path, "public", "sublab_status.json") +output_file = os.path.join(base_path, "public", "status.json") status_dict = { "open" : True , "closed" : False } #read door status -- cgit v1.2.1