Riy777 commited on
Commit
d554b0d
·
verified ·
1 Parent(s): 3ad1828

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -299,7 +299,7 @@ async def run_unified_cycle():
299
  log_and_print(f" [1/5] 🔍 L1 Screening (Context Aware)...")
300
  # Pass adaptive_hub so DataManager can fetch DNA per coin
301
  candidates = await data_manager.layer1_rapid_screening(adaptive_hub_ref=adaptive_hub)
302
- if not candidates:
303
  log_and_print("⚠️ No valid candidates found (Quality Filter).")
304
  sys_state.set_cycle_end(logs=log_buffer.getvalue())
305
  return
 
299
  log_and_print(f" [1/5] 🔍 L1 Screening (Context Aware)...")
300
  # Pass adaptive_hub so DataManager can fetch DNA per coin
301
  candidates = await data_manager.layer1_rapid_screening(adaptive_hub_ref=adaptive_hub)
302
+ if not candidates:
303
  log_and_print("⚠️ No valid candidates found (Quality Filter).")
304
  sys_state.set_cycle_end(logs=log_buffer.getvalue())
305
  return