Skip to content
Snippets Groups Projects
Commit a8d8e565 authored by auscompgeek's avatar auscompgeek Committed by Svetlana Tkachenko
Browse files

plugins/wikipedia: variable 'e' was assigned but unused


Signed-off-by: default avatarGryllida A <Gryllida@GMAIL.com>
parent 49e4bc31
No related branches found
No related tags found
No related merge requests found
...@@ -63,5 +63,5 @@ class Wikipedia(object): ...@@ -63,5 +63,5 @@ class Wikipedia(object):
for result in results: for result in results:
self.server.doMessage(channel, result) self.server.doMessage(channel, result)
except Exception as e: except Exception:
pass pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment