refactor: subdivide injection functions

This commit is contained in:
Julian Lobbes
2022-11-27 13:49:32 +01:00
parent 76eb606c97
commit 21f68af0e7
5 changed files with 77 additions and 71 deletions

View File

@@ -37,7 +37,7 @@ def hash_user_password(printer=None):
return
p.info("Password hash:")
p.info(crypt(password, crypt.METHOD_SHA512))
p.info(crypt(password, METHOD_SHA512))
def assert_system_dependencies_installed():
"""Checks whether all system dependencies required by udib are installed.