PEP-8
This commit is contained in:
parent
004ceb79fc
commit
d6683b32f4
24 changed files with 64 additions and 58 deletions
|
@ -77,7 +77,7 @@ def lastfm(inp, nick='', db=None, bot=None, notice=None):
|
|||
|
||||
if inp and not dontsave:
|
||||
db.execute("insert or replace into lastfm(nick, acc) values (?,?)",
|
||||
(nick.lower(), user))
|
||||
(nick.lower(), user))
|
||||
db.commit()
|
||||
|
||||
return out
|
||||
|
|
Reference in a new issue