diff --git a/dumbdisplay/_dumbdisplay.py b/dumbdisplay/_dumbdisplay.py index bef850a..873a8ac 100644 --- a/dumbdisplay/_dumbdisplay.py +++ b/dumbdisplay/_dumbdisplay.py @@ -46,7 +46,7 @@ class DumbDisplay(DumbDisplayImpl): @staticmethod def runningWithMicropython(): return hasattr(sys, 'implementation') and sys.implementation.name == 'micropython' - def __init__(self, io: DDInputOutput, reset_machine_when_failed_to_send_command: bool = True, reset_machine_if_detected_disconnect_for_s: int = 15): + def __init__(self, io: DDInputOutput, reset_machine_when_failed_to_send_command: bool = True, reset_machine_if_detected_disconnect_for_s: int = None): super().__init__(io) #self.debug_led = None self.reset_machine_when_failed_to_send_command = reset_machine_when_failed_to_send_command