From 7fe7aabd5316107560dfe58df929d69204c3df05 Mon Sep 17 00:00:00 2001 From: jaydee Date: Sun, 29 Jun 2025 12:35:39 +0200 Subject: [PATCH] build --- auto_import_v2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_import_v2.py b/auto_import_v2.py index 385452c..8a7406c 100644 --- a/auto_import_v2.py +++ b/auto_import_v2.py @@ -21,7 +21,7 @@ class mqtt_sender(): self.port = port self.client_id = "dasdasdasd333" try: - self.client = mqtt_client.Client(mqtt_client.CallbackAPIVersion.VERSION1, client_id) + self.client = mqtt_client.Client(mqtt_client.CallbackAPIVersion.VERSION1, self.client_id) except: self.client = mqtt_client.Client() self.client.username_pw_set(self.name, self.password)