Skip to content

Commit

Permalink
broker_tls bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard May committed Jun 2, 2023
1 parent ca40765 commit 1e9a7c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/OwnTags_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ def owntags(ordered, time_window, found_keys):
broker_user = mqtt_secrets["mqtt_user"]
broker_pass = mqtt_secrets["mqtt_pass"]
broker_tls = mqtt_secrets["mqtt_tls"]
if broker_tls == "None":
broker_tls = None

# OwnTag Options
print_history = owntag_options["print_history"]
Expand Down

0 comments on commit 1e9a7c7

Please sign in to comment.