diff options
author | Christian Franke <nobody@nowhere.ws> | 2012-09-18 00:19:26 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2012-09-18 00:19:26 +0200 |
commit | 3946b3d707bd5f675ad797258ad4c9e3caf5ec9e (patch) | |
tree | 7ba311fd32d885a6559a1558dcca967edd603c40 | |
parent | 2dd105187784c19ba3d904cf75e0b29280cbdf18 (diff) |
change filename of space api json
-rw-r--r-- | scripts/sub_api.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |