Improved command management to reduce the number of instances
This commit is contained in:
@@ -12,7 +12,7 @@ from myfasthtml.core.constants import Routes, ROUTE_ROOT
|
||||
from myfasthtml.test.MyFT import MyFT
|
||||
|
||||
utils_app, utils_rt = fast_app()
|
||||
logger = logging.getLogger("Commands")
|
||||
logger = logging.getLogger("Routing")
|
||||
|
||||
|
||||
def mount_if_not_exists(app, path: str, sub_app):
|
||||
|
||||
Reference in New Issue
Block a user