Skip to content

Commit

Permalink
fix 23/4
Browse files Browse the repository at this point in the history
  • Loading branch information
jumping2000 authored Apr 23, 2023
1 parent 0da7dac commit 8e56523
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/notifier/alexa_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,8 @@ def worker(self):

time.sleep(duration)
self.volume_restore()

########
self.set_state(self.debug_sensor, state="OK")
except UnboundLocalError as ex:
self.lg(f"VOLUMES AUTO SILENT: {ex}")
pass
Expand Down

0 comments on commit 8e56523

Please sign in to comment.