arreglo de ui y busquedas

This commit is contained in:
jlimolina 2025-11-21 04:42:02 +01:00
parent cb8f69fb93
commit fc06566928
15 changed files with 1115 additions and 435 deletions

View file

@ -36,7 +36,7 @@ if __name__ == '__main__':
# --- CORRECCIÓN 2: Se cambió 'fetch_and_store' por 'fetch_and_store_all' ---
fetch_and_store_all,
"interval",
minutes=3,
minutes=10,
id="rss_job",
next_run_time=datetime.utcnow() + timedelta(seconds=10)
)