From 2bcfbd643ec58429fd05c9fd4b9b141ff03c33d4 Mon Sep 17 00:00:00 2001 From: Shy Date: Sun, 12 Mar 2017 15:42:47 +0100 Subject: [PATCH] Fixed typo --- c4ctrl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c4ctrl.py b/c4ctrl.py index 136e165..cb1f505 100755 --- a/c4ctrl.py +++ b/c4ctrl.py @@ -51,7 +51,7 @@ class C4Interface(): port=self.port) def fetch(self, topic=[]): - """Return curent state of topic.""" + """Return current state of topic.""" from paho.mqtt import subscribe if self.debug: print("[DEBUG] inhibited query for:", topic)