summaryrefslogtreecommitdiff
path: root/subbot.py
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2013-05-21 20:44:08 +0200
committerChristian Franke <nobody@nowhere.ws>2013-05-21 20:44:08 +0200
commitfef5b60a4d5fed553cec2da5f4a3473465c96fd7 (patch)
tree6551b956464d8bcb74cf6c1521b145665e9d27cf /subbot.py
parentf8648dbac294a4da7f3088adf709a3a6e83d1b4d (diff)
Set recent json url for status json
Diffstat (limited to 'subbot.py')
-rw-r--r--subbot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subbot.py b/subbot.py
index 8dc095f..78f3f6b 100644
--- a/subbot.py
+++ b/subbot.py
@@ -86,7 +86,7 @@ class TestBot(irc.bot.SingleServerIRCBot):
def refresh(self):
curtime = time.time()
try:
- with contextlib.closing(urllib2.urlopen('http://taifun.local.sublab.org/subcan.json')) as json_stream:
+ with contextlib.closing(urllib2.urlopen('http://argonaut.local.sublab.org/subcan.json')) as json_stream:
sdata = json.load(json_stream)
door = sdata[u'door.lock']