Removed f-strings, fixed Raspberry Pi launching issue. New function names for ReadNonBlocking - Finalize, PreRead

This commit is contained in:
MikeTheWatchGuy 2018-09-13 19:57:58 -04:00
parent a74ec9bdae
commit f112907e89
3 changed files with 17 additions and 10 deletions

View file

@ -1749,6 +1749,8 @@ class FlexForm:
# Another name for ReadNonBlocking.
PrepareForUpdate = ReadNonBlocking
Finalize = ReadNonBlocking
PreRead = ReadNonBlocking
def Refresh(self):