[RssNotify] fix the error handling...

master
Sfan5 2014-05-02 17:47:15 +02:00
parent 8dce2df64a
commit 6e22d139a0
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ def rsscheck(phenny, input):
u = urllib.urlopen("http://git.io/create", params)
l = u.read()
if len(l.strip()) == 6:
commit_link = "http://git.io/" + u.read()
commit_link = "http://git.io/" + l
else:
commit_link = feed_entry.link
else: