refactor: better key handling yet again

This commit is contained in:
Dobin
2024-06-02 11:14:50 +01:00
parent c11bd73534
commit 0ff76d87c7
3 changed files with 29 additions and 14 deletions
+3
View File
@@ -105,6 +105,9 @@ def start(settings: Settings) -> int:
# And logs
observer.reset()
# Set new keys
config.make_encryption_keys()
# Prepare the project: copy all files to projects/<project_name>/
prepare_project(settings.project_name, settings)