summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@googlemail.com>2014-01-07 20:27:40 +0100
committerlassulus <lassulus@googlemail.com>2014-01-07 20:27:40 +0100
commit0b8a962ad08fc5c7d0f5d75855f8011750cb6b54 (patch)
tree0afbc0c60b916452e3975f4c79f1ac47ebe5f99f
parent2a635edf1ca33d07058533079fdab64ef3a521d0 (diff)
ircbot: shortener url fix
-rwxr-xr-xircbot/contoller.py2
1 files changed, 1 insertions, 1 deletions
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: