Update imgur.py

This commit is contained in:
dngfx 2019-02-25 09:01:52 +00:00 committed by GitHub
parent 6771c3fec1
commit 6471360656
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()