mirror of
https://gitlab.com/sfz.aalen/infra/fabaccess.git
synced 2025-03-12 15:01:47 +01:00
Fix Missing connect
This commit is contained in:
parent
3fe6318bb7
commit
2a1016aeba
@ -91,6 +91,7 @@ def handle_request(msg, client):
|
||||
|
||||
def main():
|
||||
MqttHandler.setup(handle_request)
|
||||
MqttHandler.connect_mqtt()
|
||||
MqttHandler.subscribe("/rfid_reader/#")
|
||||
MqttHandler.loop()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user