Compare commits

...

1 Commits

Author SHA1 Message Date
4df0b281d6 fix error message on .isup 2018-06-02 13:42:19 -04:00

View File

@ -34,8 +34,8 @@ def isup(bot, trigger):
except Exception as e:
print(e)
return bot.msg("Listen buddy. I don't know what you're doing, but \
you're not doing it right.")
return bot.msg("Listen buddy. I don't know what you're doing, but " + \
"you're not doing it right.")
try:
res.raise_for_status()