Update Timeouts

2025-06-22 17:07:48 +00:00
parent d7408c3e22
commit 37769638c5

@ -15,5 +15,6 @@ def onEvent(self, event):
## To see if there's a timeout on the stack:
```python
self.awaitingTimeout(timeoutID)
if self.awaitingTimeout(timeoutID):
...
```