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)