Skip to content

Commit dc1b297

Browse files
krittickkattni
andauthored
Update adafruit_ntp.py
Co-authored-by: Kattni <[email protected]>
1 parent a665589 commit dc1b297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ntp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class NTP:
5151
:param bool debug: Set to True to output set_time() failures to console
5252
"""
5353

54-
def __init__(self, esp, debug: bool = False):
54+
def __init__(self, esp, debug=False):
5555
# Verify ESP32SPI module
5656
if "ESP_SPIcontrol" in str(type(esp)):
5757
self._esp = esp

0 commit comments

Comments
 (0)