From 6aef40f004e1617bcd26601fe099afb8050bbc91 Mon Sep 17 00:00:00 2001 From: sirjonasxx <36828922+sirjonasxx@users.noreply.github.com> Date: Tue, 13 Apr 2021 02:37:42 +0200 Subject: [PATCH] Updated G Python qtConsole (markdown) --- G-Python-qtConsole.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/G-Python-qtConsole.md b/G-Python-qtConsole.md index eafe7d4..5b45154 100644 --- a/G-Python-qtConsole.md +++ b/G-Python-qtConsole.md @@ -43,7 +43,7 @@ _(hint: to save this script: `%save all_signs 23-24`)_ ![example 2](https://i.imgur.com/xo6GhOi.png) -_(hint: if you're going to `sleep()` during an `intercept()` callback, create a new thread first, or all incoming/outgoing packet flow will be paused)_ +_(hint: if you're going to `sleep()` during an `intercept()` callback, do an asynchronous intercept (check g-python repo), or all incoming/outgoing packet flow will be paused)_ _(hint: in the method signature `def on_speech(message: HMessage)`, `: HMessage` isn't required but makes auto-completion easier)_