summaryrefslogtreecommitdiff
path: root/scripts/status_script.py
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2013-03-25 19:07:01 +0100
committerChristian Franke <nobody@nowhere.ws>2013-03-25 19:07:01 +0100
commit88c6b4ed85fbe23caf42dc69db03f79c3e60cd2e (patch)
tree7012f7fa4ac63996283b076b76ce93753eb47d38 /scripts/status_script.py
parentff4405de1f639d9b5f4f1ce3923e017f4c4978c9 (diff)
Update status backend
Diffstat (limited to 'scripts/status_script.py')
-rwxr-xr-xscripts/status_script.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/status_script.py b/scripts/status_script.py
index 8881735..abafd8a 100755
--- a/scripts/status_script.py
+++ b/scripts/status_script.py
@@ -12,7 +12,7 @@ class SublabStatus(object):
if self.json is not None:
return self.json
- with contextlib.closing(urllib.urlopen('http://taifun.local.sublab.org/subcan.json')) as response:
+ with contextlib.closing(urllib.urlopen('http://argonaut.local.sublab.org/subcan.json')) as response:
self.json = json.load(response)
return self.json