Skip to content

Commit

Permalink
Fixed bug introduced with GH-191
Browse files Browse the repository at this point in the history
  • Loading branch information
Daveiano committed Nov 3, 2023
1 parent 0b34f09 commit 884be1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skins/weewx-wdc/includes/forecast-table.inc
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@
<div class="issued">
$gettext("Forecast")
#if $wloc is not None and $wloc != ''
#set $wloc_list = $wloc.split(',')
#set $wloc_list = $wloc.replace("geocode=", "").split(',')
#set $format_string = "{0:.3f}"
for $format_string.format($float($wloc_list[0])), $format_string.format($float($wloc_list[1]))
#end if
Expand Down

0 comments on commit 884be1a

Please sign in to comment.