diff options
author | Christian Franke <nobody@nowhere.ws> | 2013-06-19 19:57:28 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2013-06-19 19:57:28 +0200 |
commit | 3c1a5674d8ad7229f505a7e3e8b92afeb829b8ac (patch) | |
tree | 6c7b2d3db386a1b779a385213aae1239ea64bd28 /scripts | |
parent | b510008d442bcd89e7766dde6f91d20d0f6d8ea6 (diff) |
Update url for subcan status
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/status_script.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/status_script.py b/scripts/status_script.py index abafd8a..29a1e97 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://argonaut.local.sublab.org/subcan.json')) as response: + with contextlib.closing(urllib.urlopen('http://beaglebone.local.sublab.org/')) as response: self.json = json.load(response) return self.json |