Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
briis committed Sep 18, 2023
1 parent ff219a6 commit 74c3042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

weatherflow = WeatherFlow(station_id, api_token)

# data: WeatherFlowStationData = weatherflow.get_station()
# print("STATION NAME: ", data.station_name)
data: WeatherFlowStationData = weatherflow.get_station()
print("STATION NAME: ", data.station_name)

data: WeatherFlowForecastData = weatherflow.get_forecast()
print("TEMPERATURE: ", data.temperature)
Expand Down

0 comments on commit 74c3042

Please sign in to comment.