Log message changed

This commit is contained in:
hroff-1902 2019-05-22 17:19:11 +03:00
parent 406e266bb4
commit 6e1da13920
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ class Edge():
# If no trade found then exit # If no trade found then exit
if len(trades) == 0: if len(trades) == 0:
logger.info("No trades created.") logger.info("No trades found.")
return False return False
# Fill missing, calculable columns, profit, duration , abs etc. # Fill missing, calculable columns, profit, duration , abs etc.