Command does not require addr

This commit is contained in:
2021-12-19 22:15:54 +01:00
parent a06520025b
commit 46f7565820
3 changed files with 4 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ class Connector:
print(message)
return True
def passthrough(self, address, data):
def passthrough(self, data):
self.__mqtt_pub(data)
def ops(self, address, data, function=False):