Update database_caller.py
This commit is contained in:
parent
51e8070e2f
commit
83016813d1
@ -1268,6 +1268,7 @@ if __name__ == '__main__':
|
||||
try:
|
||||
f = open('csv/scheduler.json','r')
|
||||
schedules = json.load(f)
|
||||
f.close()
|
||||
shutdown_schedule = schedules['shutdown']['time']
|
||||
reboot_schedule = schedules['reboot']['time']
|
||||
timezone = schedules['timezone']
|
||||
|
Loading…
Reference in New Issue
Block a user