From 37769638c57da3e2fe748eb80362f3c6fe6d9dcb Mon Sep 17 00:00:00 2001 From: Brosef Date: Sun, 22 Jun 2025 17:07:48 +0000 Subject: [PATCH] Update Timeouts --- Timeouts.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Timeouts.md b/Timeouts.md index 6b1a871..78550cb 100644 --- a/Timeouts.md +++ b/Timeouts.md @@ -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): + ... ``` \ No newline at end of file