Info and log fixes
All checks were successful
Build and Push Docker Image / build-and-push (release) Successful in 1m16s
All checks were successful
Build and Push Docker Image / build-and-push (release) Successful in 1m16s
This commit is contained in:
@ -25,7 +25,7 @@ def getPnL(pair):
|
||||
|
||||
strategyStartTime = None
|
||||
for timestamp, message in logEntries:
|
||||
if message == f"Starting strategy with {pair}":
|
||||
if message == (f"Starting strategy with {pair}"):
|
||||
strategyStartTime = timestamp
|
||||
|
||||
if not strategyStartTime:
|
||||
|
||||
Reference in New Issue
Block a user