fix error message on .isup
This commit is contained in:
parent
76ad41ec48
commit
4df0b281d6
|
@ -34,8 +34,8 @@ def isup(bot, trigger):
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e)
|
print(e)
|
||||||
return bot.msg("Listen buddy. I don't know what you're doing, but \
|
return bot.msg("Listen buddy. I don't know what you're doing, but " + \
|
||||||
you're not doing it right.")
|
"you're not doing it right.")
|
||||||
|
|
||||||
try:
|
try:
|
||||||
res.raise_for_status()
|
res.raise_for_status()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user