Update ptyDriver.py

This commit is contained in:
chrys87 2018-05-30 13:18:09 +02:00 committed by GitHub
parent 54b6e24665
commit b1310dc2ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ class driver(screenDriver):
if interruptFd:
fdList += [interruptFd]
while True:
r = screen_utils.hasMoreWaht(fdList,0.1):
r = screen_utils.hasMoreWhat(fdList,0.1):
hasmore = fd in r
if not hasmore:
break