ddtabase caller bugfix
This commit is contained in:
parent
8a535249b4
commit
7ec1cef1b9
@ -31,9 +31,9 @@ import sys
|
||||
#api_caller = pexpect.spawn("sudo -E taskset -c 3 python3 api_caller.py")
|
||||
api_caller = pexpect.spawn("sudo -E taskset -c 3 python3 database_caller.py")
|
||||
time.sleep(3)
|
||||
api_caller.sendline('s')
|
||||
#api_caller.sendline('A')
|
||||
sys.exit()
|
||||
|
||||
api_caller.sendline('A')
|
||||
|
||||
os.system("sudo ./check_update.sh")
|
||||
|
||||
displaying_screensaver = False
|
||||
|
Loading…
Reference in New Issue
Block a user