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

plugins/smack: PEP8 E225: missing whitespace around '-'


Signed-off-by: default avatarGryllida A <Gryllida@GMAIL.com>
parent 2c066270
No related branches found
No related tags found
No related merge requests found
......@@ -37,4 +37,4 @@ class Smack(object):
def handle_command(self, channel, user, cmd, args):
if cmd == "smack" and len(args) > 0:
self.server.doAction(channel, "smacks " + args[0] + " with a " + self.objects[random.Random().randint(0, len(self.objects)-1)] + "!")
self.server.doAction(channel, "smacks " + args[0] + " with a " + self.objects[random.Random().randint(0, len(self.objects) - 1)] + "!")
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