remove unnecessary confusing division
This commit is contained in:
parent
871357a2e3
commit
10cf2ce853
@ -101,7 +101,7 @@ def log_results(results):
|
||||
current_try = results['current_tries']
|
||||
total_tries = results['total_tries']
|
||||
result = results['result']
|
||||
profit = results['total_profit'] / 1000
|
||||
profit = results['total_profit']
|
||||
|
||||
outcome = '{:5d}/{}: {}'.format(current_try, total_tries, result)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user