remove unneded delay
This commit is contained in:
parent
7ee97af1ae
commit
728adedbe3
@ -35,7 +35,6 @@ class driver():
|
||||
with open(useScreen, 'w') as fd:
|
||||
for c in text:
|
||||
fcntl.ioctl(fd, termios.TIOCSTI, c)
|
||||
time.sleep(0.0005)
|
||||
|
||||
def getCurrApplication(self):
|
||||
apps = []
|
||||
|
Loading…
Reference in New Issue
Block a user