mirror of
https://gitlab.sectorq.eu/jaydee/omv_backup.git
synced 2025-07-01 15:48:33 +02:00
lala
This commit is contained in:
@ -76,8 +76,9 @@ for o, a in opts:
|
||||
elif o in ("-d", "--dry"):
|
||||
_EXECUTE = False
|
||||
|
||||
print("2")
|
||||
client = mqtt_client.Client()
|
||||
print("2")
|
||||
client_id = "dasdasdasd333"
|
||||
client = mqtt_client.Client(mqtt_client.CallbackAPIVersion.VERSION1, client_id)
|
||||
client.username_pw_set(mqtt_username, mqtt_password)
|
||||
client.connect(broker,1883,60)
|
||||
|
||||
|
Reference in New Issue
Block a user