From 0ae85a77dd91a572e093ad4c3878607b78bebba9 Mon Sep 17 00:00:00 2001 From: Trevor Lee <31684028+trevorwslee@users.noreply.github.com> Date: Sat, 16 Sep 2023 11:13:21 +0800 Subject: [PATCH] going for v0.3.0 --- dumbdisplay/_dumbdisplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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