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 f7d468c commit f57cb12Copy full SHA for f57cb12
MagTag/MagTag_Weather/openmeteo/code.py
@@ -1,7 +1,7 @@
1
# SPDX-FileCopyrightText: 2024 Carter Nelson for Adafruit Industries
2
#
3
# SPDX-License-Identifier: MIT
4
-# pylint: disable=redefined-outer-name, eval-used, wrong-import-order
+# pylint: disable=redefined-outer-name, eval-used, wrong-import-order, unsubscriptable-object
5
6
import time
7
import terminalio
@@ -307,4 +307,5 @@ 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
+# similar to hitting the reset button
311
+
0 commit comments