Use tower-cell icon for cluster/unknown spots rather than the desktop icon

This commit is contained in:
Ian Renton
2025-11-26 21:49:11 +00:00
parent 9bdd0ab1de
commit 368e69bf00
3 changed files with 6 additions and 4 deletions

View File

@@ -268,8 +268,6 @@ class WebServer:
# infer missing data, and add it to our database.
spot.source = "API"
if not spot.sig:
spot.icon = "desktop"
spot.infer_missing()
self.spots.add(spot.id, spot, expire=MAX_SPOT_AGE)