Nexo-S commited on
Commit
eb90617
·
verified ·
1 Parent(s): cc0afe2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -427,6 +427,7 @@ def mutate_agent(symbol, timeframe, regime, success=True):
427
  async def dream_simulation_loop():
428
  while True:
429
  if DREAM_MODE_ACTIVE:
 
430
  for symbol in AUTO_SYMBOLS:
431
  for tf in AUTO_TIMEFRAMES:
432
  try:
 
427
  async def dream_simulation_loop():
428
  while True:
429
  if DREAM_MODE_ACTIVE:
430
+ print("GO ALLER A LA SALLE🥊")
431
  for symbol in AUTO_SYMBOLS:
432
  for tf in AUTO_TIMEFRAMES:
433
  try: