ddtabase caller bugfix

This commit is contained in:
Neythen Treloar 2022-02-28 16:38:45 +00:00
parent 8a535249b4
commit 7ec1cef1b9

View File

@ -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