commit: a5a8483f18d86bac5654066f1f4416cd9581a8ae
parent: 23e5c88a70e950bf695dbbdb4a27d0b8d5a070c9
Author: lanodan <haelwenn.monnier@gmail.com>
Date: Tue, 8 Jul 2014 23:27:08 +0200
I code with feets
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/IRCBot/IRCBot.py b/IRCBot/IRCBot.py
@@ -95,7 +95,7 @@ while 1:
log(url+'; '+str(mimeType)+'; '+title)
#If we can't find the title print the Content-Type
else:
- printIrc('Type: '+mimeType+' Size:')
+ printIrc('Type: '+mimeType)
log(url+'; '+str(mimeType))
except Exception, e:
printIrc('Exception: '+str(e))