settings/wolfgame.py: fix typo (I blame Vgr)
This commit is contained in:
parent
17c59fd277
commit
e9c8768b31
@ -846,7 +846,7 @@ def remove_ping_acc(acc):
|
|||||||
|
|
||||||
def add_ping_acc(acc):
|
def add_ping_acc(acc):
|
||||||
with conn:
|
with conn:
|
||||||
c.execute('INSSERT into ping_accs VALUES (?)', (acc,))
|
c.execute('INSERT into ping_accs VALUES (?)', (acc,))
|
||||||
|
|
||||||
def set_stasis(clk, games):
|
def set_stasis(clk, games):
|
||||||
with conn:
|
with conn:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user