Parcourir la source

add logging to indicate that throttled is disabled in config file (fix #173)

erpalma il y a 5 ans
Parent
commit
e897f95385
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      lenovo_fix.py

+ 1 - 0
lenovo_fix.py

@@ -787,6 +787,7 @@ def main():
     regs = calc_reg_values(platform_info, config)
 
     if not config.getboolean('GENERAL', 'Enabled'):
+        log('[I] Throttled is disabled in config file... Quitting. :(')
         return
 
     exit_event = Event()