diff options
author | lassulus <lassulus@googlemail.com> | 2014-01-07 20:27:40 +0100 |
---|---|---|
committer | lassulus <lassulus@googlemail.com> | 2014-01-07 20:27:40 +0100 |
commit | 0b8a962ad08fc5c7d0f5d75855f8011750cb6b54 (patch) | |
tree | 0afbc0c60b916452e3975f4c79f1ac47ebe5f99f | |
parent | 2a635edf1ca33d07058533079fdab64ef3a521d0 (diff) |
ircbot: shortener url fix
-rwxr-xr-x | ircbot/contoller.py | 2 |
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: |