From 4f8dbe852c87d6afd6606b86636fec63ec34f1aa Mon Sep 17 00:00:00 2001 From: laurentchar <59374859+laurentchar@users.noreply.github.com> Date: Wed, 8 Jan 2020 08:56:57 +0100 Subject: [PATCH] demo.py (#44) Line #155 should be removed --- examples/demo.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/demo.py b/examples/demo.py index dc3dd62..fd6652c 100644 --- a/examples/demo.py +++ b/examples/demo.py @@ -152,7 +152,6 @@ def demo_motor_sensors(movehub): movehub.motor_B.unsubscribe(callback_b) if movehub.motor_external is not None: - demo_motor_sensors.states[movehub.motor_external] = None movehub.motor_external.unsubscribe(callback_e)