Update imgur.py
This commit is contained in:
parent
6771c3fec1
commit
6471360656
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class Module(ModuleManager.BaseModule):
|
|||
elif match_image:
|
||||
reply = self._parse_image(match_image.group(1))
|
||||
|
||||
if not reply:
|
||||
else:
|
||||
return
|
||||
|
||||
event.eat()
|
||||
|
|
Loading…
Reference in a new issue