Skip to content

Commit

Permalink
pass run kwargs on reconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ committed Dec 13, 2024
1 parent 2160654 commit 075db7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zndraw/zndraw.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def _on_connect(self):
for modifier in registerd_modifiers:
try:
self.register_modifier(
modifier, public=self._modifiers[modifier.__name__]["public"]
modifier, public=self._modifiers[modifier.__name__]["public"], run_kwargs=self._modifiers[modifier.__name__]["run_kwargs"]
)
except (
socketio.exceptions.BadNamespaceError
Expand Down

0 comments on commit 075db7a

Please sign in to comment.