From 40989734981ec09c2eb42ef7a15864da93f57fa7 Mon Sep 17 00:00:00 2001 From: Ivan Maslov Date: Mon, 27 Apr 2020 17:39:34 +0300 Subject: [PATCH] # Minor fixes --- Orchestrator/Settings/AccessUser_SuperToken.py | 1 + Orchestrator/Template_ControlPanel.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Orchestrator/Settings/AccessUser_SuperToken.py b/Orchestrator/Settings/AccessUser_SuperToken.py index 32d51bba..16674c0e 100644 --- a/Orchestrator/Settings/AccessUser_SuperToken.py +++ b/Orchestrator/Settings/AccessUser_SuperToken.py @@ -1,3 +1,4 @@ +import datetime # Init Section gUserNameStr = "SUPERTOKEN" # User name gDomainNameStr = "" # DOMAIN or EMPTY str diff --git a/Orchestrator/Template_ControlPanel.py b/Orchestrator/Template_ControlPanel.py index def2e70e..dc89cf7c 100644 --- a/Orchestrator/Template_ControlPanel.py +++ b/Orchestrator/Template_ControlPanel.py @@ -134,7 +134,7 @@ lActivityTimeItemRobotStart = { "WeekdayList": gActivityROBOTStartWeekdayList, #List of the weekday index when activity is applicable, Default [1,2,3,4,5,6,7] "Activity":{ "Type": "GlobalDictKeyListValueSet", #Activity type - "KeyList": ['RobotRDPActive','ActivityList'] # RobotRDP Active ActivityList + "KeyList": ['RobotRDPActive','ActivityList'], # RobotRDP Active ActivityList "Value": gActivityROBOTStartList # ActivityList - see upper } } @@ -144,7 +144,7 @@ lActivityTimeItemRobotStop = { "WeekdayList": gActivityROBOTStopWeekdayList, #List of the weekday index when activity is applicable, Default [1,2,3,4,5,6,7] "Activity":{ "Type": "GlobalDictKeyListValueSet", #Activity type - "KeyList": ['RobotRDPActive','ActivityList'] # RobotRDP Active ActivityList + "KeyList": ['RobotRDPActive','ActivityList'], # RobotRDP Active ActivityList "Value": gActivityROBOTStopList # ActivityList - see upper } }