From e111f5df8c3318f50070d9459e0fe8827f314889 Mon Sep 17 00:00:00 2001 From: Shy Date: Sat, 8 Apr 2017 16:27:37 +0200 Subject: [PATCH] Adapted to changes in c4ctrl --- kitchentext.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kitchentext.py b/kitchentext.py index 6912b6e..a879794 100755 --- a/kitchentext.py +++ b/kitchentext.py @@ -43,8 +43,8 @@ def kitchentext(delay=200, single=False, wait=False, restore=False, poweron=Fals # Store previous state if restore: - c4 = C4Interface([kl.topic, kl.powertopic]) - safe = c4.pull() + c4 = C4Interface() + safe = c4.pull([kl.topic, kl.powertopic]) try: stop = False