Format everything to pep8 guidelines
This commit is contained in:
parent
cd4b65de3d
commit
99fe34a0b1
33 changed files with 142 additions and 107 deletions
|
@ -22,11 +22,11 @@ def slap(inp, action=None, nick=None, conn=None, notice=None):
|
|||
target = nick
|
||||
|
||||
variables = {
|
||||
"user": target
|
||||
"user": target
|
||||
}
|
||||
|
||||
with open("plugins/data/slaps.json") as f:
|
||||
generator = get_generator(f.read(), variables)
|
||||
|
||||
# act out the message
|
||||
action(generator.generate_string())
|
||||
action(generator.generate_string())
|
||||
|
|
Reference in a new issue