Skip to content

Commit

Permalink
Update proto.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed Oct 2, 2024
1 parent 146e53f commit 116b1b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions argopy/data_fetchers/proto.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ def dashboard(self, **kw):

@property
def _icon_access_point(self):
if self.WMO is not None:
if hasattr(self, "WMO"):
if self.CYC is not None:
return "⚓"
else:
return "🤖"
else:
return "🗺"
return "🗺 "

@property
def _icon_data_source(self):
Expand Down

0 comments on commit 116b1b1

Please sign in to comment.