From 0963b8bc6240caca98770a1cb6633401fe11c6f1 Mon Sep 17 00:00:00 2001 From: oldnapalm <38410858+oldnapalm@users.noreply.github.com> Date: Wed, 26 Feb 2025 14:18:50 -0300 Subject: [PATCH] Fix ZCA profile stats --- zwift_offline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zwift_offline.py b/zwift_offline.py index f0288833..d5a40966 100644 --- a/zwift_offline.py +++ b/zwift_offline.py @@ -3277,7 +3277,7 @@ def relay_worlds_id_players_id(server_realm, player_id): if player_id in global_bots.keys(): bot = global_bots[player_id] return bot.route.states[bot.position].SerializeToString() - return "" + return '', 404 @app.route('/relay/worlds/hash-seeds', methods=['GET'])