Update middlewares.
All checks were successful
Build Base Application / Build (push) Successful in 1m35s

This commit is contained in:
retoor 2024-12-05 19:13:57 +01:00
parent c75fba6de0
commit 108ddd65b7

View File

@ -7,3 +7,5 @@ logging.basicConfig(
)
log = logging.getLogger(__name__)
from .app import Application as BaseApplication