Skip to content

Commit

Permalink
Update settings change callback registration
Browse files Browse the repository at this point in the history
  • Loading branch information
forslund committed Feb 25, 2020
1 parent c7c2adb commit 24a9b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def initialize(self):
self.monitoring = False

# Check and then monitor for credential changes
self.settings.set_changed_callback(self.on_websettings_changed)
self.settings_change_callback = self.on_websettings_changed

def on_websettings_changed(self):
LOG.debug("websettings changed!")
Expand Down

0 comments on commit 24a9b1b

Please sign in to comment.