mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 08:50:52 +01:00
Updated G Python qtConsole (markdown)
This commit is contained in:
parent
5be0b13faa
commit
6aef40f004
@ -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)_
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user