GUI!!!!!!!!!!!!!!
This commit is contained in:
@@ -41,6 +41,11 @@ def tiropit_add_user():
|
||||
return jsonify({"error": "UserPIN must be 4 characters long"}), 400
|
||||
|
||||
|
||||
if isinstance(awards_data, str):
|
||||
awards_data = json.loads(awards_data)
|
||||
if isinstance(user_games_data, str):
|
||||
user_games_data = json.loads(user_games_data)
|
||||
|
||||
|
||||
connection = get_db_connection()
|
||||
if connection is None:
|
||||
|
||||
Reference in New Issue
Block a user