Info and log fixes
All checks were successful
Build and Push Docker Image / build-and-push (release) Successful in 1m16s

This commit is contained in:
2025-05-26 11:20:39 +03:00
parent f27df7b1b8
commit c1835ca4eb
2 changed files with 5 additions and 1 deletions

View File

@ -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: