From 88c6b4ed85fbe23caf42dc69db03f79c3e60cd2e Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Mon, 25 Mar 2013 19:07:01 +0100 Subject: Update status backend --- 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 8d1eb32..69f0737 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://taifun.local.sublab.org/subcan.json" +input_url = "http://argonaut.local.sublab.org/subcan.json" output_file = os.path.join(base_path, "public", "status.json") status_dict = { "open" : True , "closed" : False } -- cgit v1.2.1