|
|
cur.execute("INSERT INTO games (name,secret,ip,port,bots,player_count,running) VALUES (?,?,?,?,?,0,0)", |
|
|
cur.execute("INSERT INTO games (name,secret,ip,port,bots,player_count,running) VALUES (?,?,?,?,?,0,0)", |
|
|
(name, secret, remote_addr, port, bots)) |
|
|
(name, secret, remote_addr, port, bots)) |