Updated G Python qtConsole (markdown)

This commit is contained in:
sirjonasxx 2021-04-13 02:37:42 +02:00
parent 5be0b13faa
commit 6aef40f004

View File

@ -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)_