You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ac=psutil.sensors_battery().power_plugged# Set AC/battery status on start
431
450
resources.extract(config['temp_dir'])
432
451
startup_checks()
452
+
453
+
active_plan_map=get_active_plan_map()
433
454
# A process in the background will check for AC, autoswitch plan if enabled and detected
434
-
main_cmds=RunCommands(config,G14dir,app_GUID,dpp_GUID,notify) #Instantiate command line tasks runners in G14RunCommands.py
455
+
main_cmds=RunCommands(config,G14dir,app_GUID,dpp_GUID,notify,windows_plans,active_plan_map) #Instantiate command line tasks runners in G14RunCommands.py
0 commit comments