summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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']