mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-07-19 09:23:13 -05:00
Fixed message System
This commit is contained in:
parent
c2106b2d73
commit
04d4d587db
|
|
@ -99,7 +99,7 @@ def debug_mirrors_write():
|
|||
logger.graylog_logger(level="info", handler="logging_debug_mirror_write",
|
||||
message={"IP": check_for_game_client("remote"), "steamid": steam_user_id, "data": data_b})
|
||||
|
||||
return_val = mongo.write_data_with_list(steamid=steam_user_id, items_dict=data_b)
|
||||
return_val = mongo.write_data_with_list(login=steam_user_id, login_steam=True, items_dict=data_b)
|
||||
|
||||
if return_val is None:
|
||||
return jsonify({"status": "error", "message": "There was a error on our End. "
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user