You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PollingTask.__init__ should have a time_to_sleep parameter instead of having a hard code value of 0.05 in run.
Maybe this time_to_sleep parameter should be set at Switch.start (with default value being 0.05)
Kind regards
The text was updated successfully, but these errors were encountered:
Hello,
PollingTask.__init__
should have atime_to_sleep
parameter instead of having a hard code value of0.05
inrun
.Maybe this
time_to_sleep
parameter should be set atSwitch.start
(with default value being0.05
)Kind regards
The text was updated successfully, but these errors were encountered: