newlines at the end of the files
This commit is contained in:
parent
8c03005a88
commit
51fe49d9e9
@ -86,4 +86,4 @@ def unhook(hdict, id):
|
|||||||
if x.id == id:
|
if x.id == id:
|
||||||
hdict[cmd].remove(x)
|
hdict[cmd].remove(x)
|
||||||
if not hdict[cmd]:
|
if not hdict[cmd]:
|
||||||
del hdict[cmd]
|
del hdict[cmd]
|
||||||
|
1
var.py
1
var.py
@ -233,4 +233,3 @@ def update_role_stats(clk, role, won, iwon):
|
|||||||
|
|
||||||
c.execute("INSERT OR REPLACE INTO rolestats VALUES (?,?,?,?,?)",
|
c.execute("INSERT OR REPLACE INTO rolestats VALUES (?,?,?,?,?)",
|
||||||
(plid, rid, wins, iwins, total))
|
(plid, rid, wins, iwins, total))
|
||||||
|
|
@ -99,4 +99,4 @@ if __name__ == "__main__":
|
|||||||
try:
|
try:
|
||||||
main()
|
main()
|
||||||
except:
|
except:
|
||||||
logging.error(traceback.format_exc())
|
logging.error(traceback.format_exc())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user