Skip to content

Commit

Permalink
Update mqtt_app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phate999 authored Nov 9, 2023
1 parent 8d25f88 commit ce8a922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mqtt_app/mqtt_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,5 @@ def start_mqtt():


cp.log('Starting...')
mqtt_thread = Thread(target=start_mqtt, args=()).start()
mqtt_thread = Thread(target=start_mqtt, daemon=True, args=()).start()
publish_thread()

0 comments on commit ce8a922

Please sign in to comment.