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