Print stats every best profit
This commit is contained in:
parent
9f86cf0cdf
commit
42dc90ed1d
@ -85,9 +85,7 @@ while True:
|
||||
if rsi:
|
||||
print('~~~RSI~~~')
|
||||
print(rsi.group(1))
|
||||
except exception as e:
|
||||
print(e)
|
||||
print("Time elapsed: ", time.time() - start_time, "s")
|
||||
job_server.print_stats()
|
||||
except:
|
||||
pass
|
||||
|
||||
print("Time elapsed: ", time.time() - start_time, "s")
|
||||
job_server.print_stats()
|
||||
|
Loading…
Reference in New Issue
Block a user