summaryrefslogtreecommitdiff
path: root/scripts/sub_api.py
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2013-06-19 20:10:25 +0200
committerChristian Franke <nobody@nowhere.ws>2013-06-19 20:10:25 +0200
commit444f2076c82e3d7566f33f19babb53b34315baca (patch)
tree84d1ab4d1077c5b0ce9cebedb4002e6bc9c40ec1 /scripts/sub_api.py
parent3c1a5674d8ad7229f505a7e3e8b92afeb829b8ac (diff)
and another url
Diffstat (limited to 'scripts/sub_api.py')
-rw-r--r--scripts/sub_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sub_api.py b/scripts/sub_api.py
index 69f0737..31fa3c9 100644
--- a/scripts/sub_api.py
+++ b/scripts/sub_api.py
@@ -10,7 +10,7 @@ import os.path
base_path = os.path.realpath(os.path.dirname(__file__))
base_path = os.path.join(base_path, '..')
json_template = os.path.join(base_path, "template", "template.spaceapi.json")
-input_url = "http://argonaut.local.sublab.org/subcan.json"
+input_url = "http://beaglebone.local.sublab.org/"
output_file = os.path.join(base_path, "public", "status.json")
status_dict = { "open" : True , "closed" : False }