stock ticker on cpu 3

This commit is contained in:
Neythen
2021-07-31 11:01:10 +01:00
parent ba359d5a49
commit 69ce20d7a8
6 changed files with 26 additions and 26 deletions

View File

@@ -31,7 +31,7 @@ LOGO_FOLDER = 'logos/'
CSV_FOLDER = 'csv/new/'
ALLOWED_EXTENSIONS = {'csv', 'png'}
ticker = pexpect.spawn("sudo -E python3 stockTicker.py")
ticker = pexpect.spawn("sudo -E taskset -c 3 python3 stockTicker.py")
ticker.sendline('A') # run by default