fix typo backend_backend -> backend

This commit is contained in:
terrydavis 2024-02-22 19:13:23 +01:00
parent 655484b1ef
commit 8828019772
1 changed files with 1 additions and 1 deletions

View File

@ -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()