Skip to content

Commit

Permalink
✏️ Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Dec 9, 2024
1 parent b9c3d86 commit aa9a6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/current/today_gust.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def main():
"cmap:gist_stern_r::_cb:1.png"
)
pqstr = (
"plot ac {now:%Y%m%d%H%M} summary/today_gust.png "
f"plot ac {now:%Y%m%d%H%M} summary/today_gust.png "
"iowa_wind_gust.png png"
)
web2ldm(service, pqstr, md5_from_name=True)
Expand Down

0 comments on commit aa9a6d3

Please sign in to comment.