Update ptyDriver.py

This commit is contained in:
chrys87 2018-05-30 11:26:57 +02:00 committed by GitHub
parent 3e49ae7fac
commit 9fa4ba8a0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ class Terminal:
"text": self.text,
'attributes': self.attributes.copy(),
'screen': 'pty'
'screenUpdateTime': time.time(),
}.copy()
class driver(screenDriver):