Oops, syntax error.

This commit is contained in:
Jeremy Fincher 2004-04-30 16:55:42 +00:00
parent 21b1acd3f4
commit 5d10dc2047
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class Http(callbacks.Privmsg):
irc.reply('%s is %s bytes long.' % (url, len(s)))
else:
irc.reply('The server didn\'t tell me how long %s is '
'but it\'s longer than %s bytes.' % (url, size)
'but it\'s longer than %s bytes.' % (url, size))
def title(self, irc, msg, args):
"""<url>