From 48445773149c6ef1cf03dfa301d68f04ee55d918 Mon Sep 17 00:00:00 2001 From: Massimo Di Pierro Date: Sat, 12 Oct 2024 22:55:17 -0700 Subject: [PATCH] fixed typo --- py4web/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py4web/core.py b/py4web/core.py index 9f3cee79..99706ba4 100644 --- a/py4web/core.py +++ b/py4web/core.py @@ -1854,7 +1854,7 @@ def install_args(kwargs, reinstall_apps=False): # pylint: disable=too-many-stat with open(session_secret_filename, "r", encoding="utf8") as fp: Session.SECRET = fp.read() - # after everything is etup but before installing apps, init + # after everything is setup but before installing apps, init error_logger.initialize() # Reinstall apps from zipped ones in assets