Fix things

This commit is contained in:
2026-01-02 16:44:44 +01:00
parent 911f8d85cb
commit bef9ddd034
4 changed files with 2 additions and 3 deletions

View File

@@ -45,7 +45,6 @@ message_controller = MessageController(app, auth_data, "https://192.168.15.120:8
if __name__ == '__main__':
forwarder = MQTTForwarder(client_id, local_broker, api_broker)
forwarder.start(f"/customer/telemetry/#", f"/board-mate/{client_id}/telemetry")