Update screenData.py

This commit is contained in:
chrys87 2017-07-28 12:17:21 +02:00 committed by GitHub
parent ec597d799b
commit d2825556f0

View File

@ -50,6 +50,6 @@ screenData = {
'Attrib': None, 'Attrib': None,
'screen': None, 'screen': None,
'application': '', 'application': '',
'timestano': time.time(), 'timestamp': time.time(),
} }
''' '''