Loading ooni/agent/scheduler.py +2 −1 Original line number Diff line number Diff line Loading @@ -88,6 +88,7 @@ class ScheduledTask(object): ) def cancel(self): if self._last_run_lock.locked: self._last_run_lock.release() @property Loading Loading
ooni/agent/scheduler.py +2 −1 Original line number Diff line number Diff line Loading @@ -88,6 +88,7 @@ class ScheduledTask(object): ) def cancel(self): if self._last_run_lock.locked: self._last_run_lock.release() @property Loading