wipe logs on startup
This commit is contained in:
@@ -22,7 +22,7 @@ import copy
|
|||||||
#stock_ticker = StockTicker()
|
#stock_ticker = StockTicker()
|
||||||
#print('API CALLER NOT STARTED')
|
#print('API CALLER NOT STARTED')
|
||||||
|
|
||||||
#open('log.txt', 'w').close() #wipe logs
|
open('log.txt', 'w').close() #wipe logs
|
||||||
|
|
||||||
|
|
||||||
api_caller = pexpect.spawn("sudo -E taskset -c 3 python3 api_caller.py")
|
api_caller = pexpect.spawn("sudo -E taskset -c 3 python3 api_caller.py")
|
||||||
|
Reference in New Issue
Block a user