Update server.py

This commit is contained in:
Justin 2022-06-22 01:03:15 +08:00 committed by GitHub
parent 0656b0598e
commit abdc3ec8a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -331,7 +331,7 @@ def stop():
if displaying_screensaver:
screensaver_p.close()
ticker = pexpect.spawn("sudo -E python3 -W ignore stockTicker.py")
#ticker = pexpect.spawn("sudo -E python3 -W ignore stockTicker.py")
#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")
displaying_screensaver = False