Fixed typo

This commit is contained in:
Shy 2017-03-12 15:42:47 +01:00
parent 96343b9cec
commit 2bcfbd643e

View file

@ -51,7 +51,7 @@ class C4Interface():
port=self.port) port=self.port)
def fetch(self, topic=[]): def fetch(self, topic=[]):
"""Return curent state of topic.""" """Return current state of topic."""
from paho.mqtt import subscribe from paho.mqtt import subscribe
if self.debug: if self.debug:
print("[DEBUG] inhibited query for:", topic) print("[DEBUG] inhibited query for:", topic)