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 7e90c56..876efbd 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://argonaut.local.sublab.org/subcan.json')) as json_stream:
+ with contextlib.closing(urllib2.urlopen('http://beaglebone.local.sublab.org/')) as json_stream:
sdata = json.load(json_stream)
door = sdata[u'door.lock']