From 1b7e0b7d221ba73aef70c22da24ba317b152d9fe Mon Sep 17 00:00:00 2001 From: Shroominic Date: Sat, 31 Jan 2026 07:41:01 +0800 Subject: [PATCH] temp undo other refactor (until merged) --- routstr/core/tasks.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/routstr/core/tasks.py b/routstr/core/tasks.py index 45e1653c..fb27ec36 100644 --- a/routstr/core/tasks.py +++ b/routstr/core/tasks.py @@ -4,7 +4,10 @@ from typing import AsyncGenerator from fastapi import FastAPI -from ..nostr import announce_provider, providers_cache_refresher +# when other refactor is merged: +# from ..nostr import announce_provider, providers_cache_refresher +from ..discovery import providers_cache_refresher +from ..nip91 import announce_provider from ..payment.models import update_sats_pricing from ..payment.price import update_prices_periodically from ..proxy import initialize_upstreams, refresh_model_maps_periodically