Skip to content

Commit

Permalink
sdp: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Morg42 authored Jul 7, 2024
1 parent 28a8fab commit 58c8e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/model/smartdeviceplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def __init__(self, sh, logger=None, **kwargs):
# init device

# allow other classes to access plugin
self._parameters['plugin'] = selfD
self._parameters['plugin'] = self

# possibly initialize additional (overwrite _set_device_defaults)
self._set_device_defaults()
Expand Down

0 comments on commit 58c8e54

Please sign in to comment.