Change ssh-tunnel
This commit is contained in:
@@ -137,9 +137,10 @@ for row in list:
|
||||
else:
|
||||
eval(funktion + '("' + ipadress + '","' + name + '")')
|
||||
|
||||
print(f"{filename}-FOR system_info_get: {set_ipaddress}")
|
||||
system_info.set_system_info(f"{set_ipaddress}")
|
||||
# print(f"{filename}-FOR system_info_get: {set_ipaddress}")
|
||||
# system_info.set_system_info(f"{set_ipaddress}")
|
||||
|
||||
print(f"{filename}-FOR schedule: {ipadress}")
|
||||
task_name = "Reports"
|
||||
command_to_execute = "C:\\Scripte\\Start.exe"
|
||||
schedule = f"daily /st 23:{random.randint(0, 59)}" # You can customize the schedule here
|
||||
|
||||
Reference in New Issue
Block a user