Skip to content

Commit

Permalink
DB_ADDON:
Browse files Browse the repository at this point in the history
- bugfix verbrauch
  • Loading branch information
sisamiwe committed Nov 25, 2024
1 parent 6333773 commit d1702da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db_addon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ def __init__(self, sh):

# define variables from plugin parameters
self._pause_item_path = self.get_parameter_value('pause_item')
self._pause_item = None
self.db_configname = self.get_parameter_value('database_plugin_config')
self.startup_run_delay = self.get_parameter_value('startup_run_delay')
self.ignore_0 = self.get_parameter_value('ignore_0')
Expand Down

0 comments on commit d1702da

Please sign in to comment.