mirror of
https://github.com/IgorL123/mafia_api.git
synced 2026-09-23 23:20:19 +00:00
mod2
This commit is contained in:
@@ -13,8 +13,8 @@ def hello_world(): # put application's code here
|
|||||||
def create():
|
def create():
|
||||||
TCI = request.json['chatID']
|
TCI = request.json['chatID']
|
||||||
cursor = db.connection.cursor()
|
cursor = db.connection.cursor()
|
||||||
db.query_ins_chat(TCI, curs)
|
db.query_ins_chat(TCI, cursor)
|
||||||
db.close(curs)
|
db.close(cursor)
|
||||||
|
|
||||||
|
|
||||||
@app.route('/start_game')
|
@app.route('/start_game')
|
||||||
|
|||||||
Reference in New Issue
Block a user