Skip to content

Commit

Permalink
fixed map icons
Browse files Browse the repository at this point in the history
  • Loading branch information
EricAndrechek committed Apr 11, 2024
1 parent efa8841 commit 50e9528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracking-dashboard/backend/api/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def api_rock7_upload():
rock7_id = data['serial']
item = check_item_id(cs)
if item is None:
add_item_id(cs, cs, ssid, "\O")
add_item_id(cs, cs, ssid, "/O")
else:
cs = item.callsign
ssid = item.ssid
Expand Down

0 comments on commit 50e9528

Please sign in to comment.