Skip to content

Commit

Permalink
♻️ Address codeql nit
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Jan 28, 2025
1 parent 272f35e commit f62dafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylib/iemweb/request/normals.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def application(environ, start_response):
}
if environ["mode"] == "station":
limiter = "station = :station"
elif environ["mode"] == "day":
else: # day
limiter = "valid = :day and station = ANY(:stations)"
if source.startswith("ncei"):
col = "ncdc81" if source == "ncei_climate81" else "ncei91"
Expand Down

0 comments on commit f62dafc

Please sign in to comment.