remove unneded delay

This commit is contained in:
chrys 2017-02-13 21:38:57 +01:00
parent 7ee97af1ae
commit 728adedbe3

View File

@ -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 = []