Skip to content

Commit

Permalink
Typo fix for UVIndex.station.gaw_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Ngai committed Jul 15, 2024
1 parent 3ad8740 commit cc324eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woudc_data_registry/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,7 @@ def get_waf_path(self, dict_):
def __geo_interface__(self):
gaw_baseurl = 'https://gawsis.meteoswiss.ch/GAWSIS/index.html#' \
'/search/station/stationReportDetails'
gaw_pagename = f'0-20008-0-{self.station_gaw_id}'
gaw_pagename = f'0-20008-0-{self.station.gaw_id}'

return {
'id': self.uv_id,
Expand Down

0 comments on commit cc324eb

Please sign in to comment.