Skip to content

Commit

Permalink
Merge pull request #38 from caiosweet/beta
Browse files Browse the repository at this point in the history
Beta 2022-10-16 fixed notifyhub suffix in secret file
  • Loading branch information
jumping2000 authored Oct 16, 2022
2 parents e422bd9 + 4e60e42 commit bdebee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/notifier/notifier_dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def initialize(self):
self.phone_sip_server = cfg.get("sip_server_name", "fritz.box:5060")
self.gh_tts_cloud = cfg.get("tts_google_cloud", "google_cloud")
self.reverso_tts = cfg.get("reverso_tts", "reversotts_say")
self.alexa_skill_id = cfg.get("hub_alexa_actionable_skill_id", "")
self.alexa_skill_id = cfg.get("notifyhub_alexa_actionable_skill_id", "")

### APP MANAGER ###
self.notification_manager = self.get_app("Notification_Manager")
Expand Down

0 comments on commit bdebee4

Please sign in to comment.