reformat
This commit is contained in:
parent
4b03a77e7d
commit
50782d9948
@ -30,7 +30,8 @@ def on_connect(client, userdata, flags, rc):
|
||||
print("Failed to connect, return code %d\n", rc)
|
||||
|
||||
def on_message(client, userdata, msg):
|
||||
print(f"Received `{msg.payload.decode()}` from `{msg.topic}` topic")
|
||||
print(f"`{msg.topic}`: `{msg.payload.decode()}`")
|
||||
print("-----")
|
||||
|
||||
Connected = False #global variable for the state of the connection
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user