Skip to content

Commit

Permalink
Fix ZCA profile stats
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnapalm committed Feb 26, 2025
1 parent e4bdc3f commit 0963b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zwift_offline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down

0 comments on commit 0963b8b

Please sign in to comment.