diff options
Diffstat (limited to 'scripts')
-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 |