Skip to content

Commit f6f6d30

Browse files
committed
whatever linter
1 parent f57cb12 commit f6f6d30

File tree

1 file changed

+1
-2
lines changed
  • MagTag/MagTag_Weather/openmeteo

1 file changed

+1
-2
lines changed

MagTag/MagTag_Weather/openmeteo/code.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,5 +307,4 @@ def go_to_sleep(current_time_secs):
307307
current_time_secs = (h * 3600) + (m * 60) + (s) + forecast_data['utc_offset_seconds']
308308
go_to_sleep(current_time_secs)
309309
# entire code will run again after deep sleep cycle
310-
# similar to hitting the reset button
311-
310+
# similar to hitting the reset button

0 commit comments

Comments
 (0)