Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdipierro committed Oct 13, 2024
1 parent ef8f018 commit 4844577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py4web/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4844577

Please sign in to comment.