diff --git a/views.py b/views.py index 8bf4593..bc4cc82 100644 --- a/views.py +++ b/views.py @@ -3,8 +3,7 @@ from lnbits.core.models import User from lnbits.decorators import check_user_exists from lnbits.helpers import template_renderer - -from ...utils.exchange_rates import allowed_currencies +from lnbits.utils.exchange_rates import allowed_currencies copilot_generic_router: APIRouter = APIRouter()