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 a665589 commit dc1b297Copy full SHA for dc1b297
adafruit_ntp.py
@@ -51,7 +51,7 @@ class NTP:
51
:param bool debug: Set to True to output set_time() failures to console
52
"""
53
54
- def __init__(self, esp, debug: bool = False):
+ def __init__(self, esp, debug=False):
55
# Verify ESP32SPI module
56
if "ESP_SPIcontrol" in str(type(esp)):
57
self._esp = esp
0 commit comments