replace notify_state timer with PPT async events
[ppt-control.git] / ppt_control / config.py
index 7964cc99f6169b48a2f70cb8d35e97bfe0241500..e0416a498084b13889d14a38d30be86d81032bf2 100644 (file)
@@ -6,10 +6,11 @@ prefs = None
 
 defaults = {
         'Main': {
-            'logging': 'info',
+            'logging': 'debug',
             'cache': r'''C:\Windows\Temp\ppt-cache''',
             'cache_format': 'JPG',
             'cache_timeout': 5*60,
+            'cache_init': True,
             'blackwhite': 'both'
         },
         'HTTP': {