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