removed debug
Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
@@ -111,8 +111,6 @@ def connect_mqtt():
|
||||
|
||||
def mqtt_publisher():
|
||||
def on_message(mqttc, obj, msg):
|
||||
print(msg.payload.decode)
|
||||
print(type(msg.payload.decode))
|
||||
global TUBE_INDEX
|
||||
TUBE_INDEX = list(msg.payload.decode)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user