|
|
|
@ -590,7 +590,7 @@ def ProcessorActivityItemAppend(inGSettings, inDef, inArgList=None, inArgDict=No
|
|
|
|
|
"ArgDict":inArgDict, # Args dictionary
|
|
|
|
|
"ArgGSettings": inArgGSettingsStr, # Name of GSettings attribute: str (ArgDict) or index (for ArgList)
|
|
|
|
|
"ArgLogger": inArgLoggerStr # Name of GSettings attribute: str (ArgDict) or index (for ArgList)
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
inGSettings["ProcessorDict"]["ActivityList"]+=lActivityList
|
|
|
|
|
|
|
|
|
@ -739,7 +739,7 @@ def SchedulerActivityTimeAddWeekly(inGSettings, inTimeHHMMStr="23:55:", inWeekda
|
|
|
|
|
"WeekdayList": inWeekdayList, # List of the weekday index when activity is applicable, Default [1,2,3,4,5,6,7]
|
|
|
|
|
"ActivityList": inActivityList,
|
|
|
|
|
"GUID": None # # Will be filled in Orchestrator automatically - is needed for detect activity completion
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
inGSettings["SchedulerDict"]["ActivityTimeList"].append(lActivityTimeItemDict)
|
|
|
|
|
|
|
|
|
|
# # # # # # # # # # # # # # # # # # # # # # #
|
|
|
|
|