tweak main looop

This commit is contained in:
chrys
2016-07-08 14:29:35 +02:00
parent 54cde85c7f
commit fb63606bfb
7 changed files with 22 additions and 18 deletions

View File

@ -8,11 +8,11 @@ from core import screenData
from core import generalInformation
environment = {
'screenData' = screenData.screenData,
'runtime' = runtime.runtime,
'generalInformation' = generalInformation.generalInformation,
'settings' = settings.settings,
'bindings' = bindings.bindings,
'soundIcons' = soundIcons.soundIcons,
'autospeak' = ['speak_delta']
'screenData': screenData.screenData,
'runtime': runtime.runtime,
'generalInformation': generalInformation.generalInformation,
'settings': settings.settings,
'bindings': bindings.bindings,
'soundIcons': soundIcons.soundIcons,
'autospeak': ['speak_delta']
}