wipe logs on startup

This commit is contained in:
Your Name 2021-12-22 09:48:08 +00:00
parent 6a1c6040d2
commit b40354d466

View File

@ -22,7 +22,7 @@ import copy
#stock_ticker = StockTicker()
#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")