@@ -13,8 +13,8 @@ def hello_world(): # put application's code here
defcreate():
TCI=request.json['chatID']
cursor=db.connection.cursor()
db.query_ins_chat(TCI,curs)
db.close(curs)
db.query_ins_chat(TCI,cursor)
db.close(cursor)
@app.route('/start_game')
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.