Don't forget hour

This commit is contained in:
XANTRONIX 2025-03-26 22:15:42 -04:00
parent 56986c1369
commit 27dff00c9d

View file

@ -37,7 +37,8 @@ class RAOBObs():
return datetime.datetime(
year = now.year,
month = now.month,
day = day if day < 51 else day - 50
day = day if day < 51 else day - 50,
hour = hour
)
def parse_temp_dewpoint(self, token: str):