diff -r f899af683bbe -r aeb0d0788869 utility.py --- a/utility.py Sat Apr 11 21:02:54 2015 +0300 +++ b/utility.py Sun Apr 19 19:45:42 2015 +0300 @@ -12,4 +12,4 @@ except Exception as e: Irc.broadcast ('Error while shortening link "%s": %s' % (link, e)) - return link + return link \ No newline at end of file