Print stats every best profit

This commit is contained in:
MoonGem 2018-03-26 21:18:35 -05:00 committed by GitHub
parent 9f86cf0cdf
commit 42dc90ed1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()