Don't forget hour
This commit is contained in:
parent
56986c1369
commit
27dff00c9d
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ class RAOBObs():
|
||||||
return datetime.datetime(
|
return datetime.datetime(
|
||||||
year = now.year,
|
year = now.year,
|
||||||
month = now.month,
|
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):
|
def parse_temp_dewpoint(self, token: str):
|
||||||
|
|
Loading…
Add table
Reference in a new issue