Removed f-strings, fixed Raspberry Pi launching issue. New function names for ReadNonBlocking - Finalize, PreRead
This commit is contained in:
parent
a74ec9bdae
commit
f112907e89
3 changed files with 17 additions and 10 deletions
|
@ -1749,6 +1749,8 @@ class FlexForm:
|
|||
|
||||
# Another name for ReadNonBlocking.
|
||||
PrepareForUpdate = ReadNonBlocking
|
||||
Finalize = ReadNonBlocking
|
||||
PreRead = ReadNonBlocking
|
||||
|
||||
|
||||
def Refresh(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue