From 0b8a962ad08fc5c7d0f5d75855f8011750cb6b54 Mon Sep 17 00:00:00 2001 From: lassulus Date: Tue, 7 Jan 2014 20:27:40 +0100 Subject: ircbot: shortener url fix --- ircbot/contoller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircbot/contoller.py b/ircbot/contoller.py index 8db32b8e..26e88ca9 100755 --- a/ircbot/contoller.py +++ b/ircbot/contoller.py @@ -118,7 +118,7 @@ class commands(): feedfile = 'new_feeds' -url_shortener = 'http://localhost:1337' +url_shortener = 'http://wall' init_channels = ['#news'] if 'FEEDFILE' in os.environ: -- cgit v1.2.3