settings/wolfgame.py: fix typo (I blame Vgr)

This commit is contained in:
Janik Kleinhoff 2014-12-12 18:50:31 +00:00
parent 17c59fd277
commit e9c8768b31

View File

@ -846,7 +846,7 @@ def remove_ping_acc(acc):
def add_ping_acc(acc):
with conn:
c.execute('INSSERT into ping_accs VALUES (?)', (acc,))
c.execute('INSERT into ping_accs VALUES (?)', (acc,))
def set_stasis(clk, games):
with conn: