From 882801977256ed36f3b65308059fe6707250bd61 Mon Sep 17 00:00:00 2001 From: terrydavis Date: Thu, 22 Feb 2024 19:13:23 +0100 Subject: [PATCH] fix typo backend_backend -> backend --- asgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asgi.py b/asgi.py index 4d49d01..b770c8c 100644 --- a/asgi.py +++ b/asgi.py @@ -2,5 +2,5 @@ # Copyright (c) 2020, The Monero Project. # Copyright (c) 2020, dsc@xmr.pm -from wowlet_backend_backend.factory import create_app +from wowlet_backend.factory import create_app app = create_app()