File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1313from apscheduler .jobstores .memory import MemoryJobStore
1414from apscheduler .schedulers .background import BackgroundScheduler
1515from apscheduler .triggers .cron import CronTrigger
16- from termcolor import colored
17-
1816from lumibot .constants import LUMIBOT_DEFAULT_PYTZ
1917from lumibot .entities import Asset , Order
2018from lumibot .entities import Asset
@@ -1166,7 +1164,7 @@ def _strategy_sleep(self):
11661164 # For live trading, stop when market closes
11671165 return False
11681166
1169- self .strategy .log_message ( colored ( f "Sleeping for { strategy_sleeptime } seconds" , color = "blue" ) )
1167+ self .strategy .logger . debug ( "Sleeping for %s seconds" , strategy_sleeptime )
11701168
11711169 # Run process orders at the market close time first (if not continuous market)
11721170 if not is_continuous_market :
You can’t perform that action at this time.
0 commit comments