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:
|
elif match_image:
|
||||||
reply = self._parse_image(match_image.group(1))
|
reply = self._parse_image(match_image.group(1))
|
||||||
|
|
||||||
if not reply:
|
else:
|
||||||
return
|
return
|
||||||
|
|
||||||
event.eat()
|
event.eat()
|
||||||
|
|
Loading…
Reference in a new issue