|
@@ -114,6 +114,7 @@ class Timer:
|
|
return False
|
|
return False
|
|
|
|
|
|
def _should_stop(self) -> bool:
|
|
def _should_stop(self) -> bool:
|
|
|
|
+ assert self.slot is not None
|
|
return (
|
|
return (
|
|
self.slot.parent.is_deleted or
|
|
self.slot.parent.is_deleted or
|
|
self.slot.parent.client.id not in globals.clients or
|
|
self.slot.parent.client.id not in globals.clients or
|