Small fixes

This commit is contained in:
2025-05-25 23:26:35 +03:00
parent 262cef3f2f
commit 7fbd2887b7
4 changed files with 11 additions and 4 deletions

View File

@ -11,7 +11,7 @@ def setStartTime():
startTime = time.time()
def getPnL(pair):
with open("tradingLog.log", "r") as f:
with open("./data/tradingLog.log", "r") as f:
lines = f.readlines()
logEntries = []