Fixed typo
This commit is contained in:
parent
96343b9cec
commit
2bcfbd643e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue