diff options
| author | 2019-02-25 09:01:52 +0000 | |
|---|---|---|
| committer | 2019-02-25 09:01:52 +0000 | |
| commit | 647136065608c600783f0a4d5a7ff586495dab2d (patch) | |
| tree | 41d765dbdaa2cdb2bf221af3f0377d3d276be216 /modules/imgur.py | |
| parent | Switch to elif (diff) | |
Update imgur.py
Diffstat (limited to 'modules/imgur.py')
| -rw-r--r-- | modules/imgur.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/imgur.py b/modules/imgur.py index 8967cce1..6dac8890 100644 --- a/modules/imgur.py +++ b/modules/imgur.py @@ -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() |
