We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57cb12 commit f6f6d30Copy full SHA for f6f6d30
MagTag/MagTag_Weather/openmeteo/code.py
@@ -307,5 +307,4 @@ def go_to_sleep(current_time_secs):
307
current_time_secs = (h * 3600) + (m * 60) + (s) + forecast_data['utc_offset_seconds']
308
go_to_sleep(current_time_secs)
309
# entire code will run again after deep sleep cycle
310
-# similar to hitting the reset button
311
-
+# similar to hitting the reset button
0 commit comments