salt passwords using userid

This commit is contained in:
mungai-njoroge
2024-05-03 23:22:09 +03:00
parent 5d947f3ad9
commit fdf3186be6
10 changed files with 42 additions and 30 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import os
from app.settings import FLASKVARS, TCOLOR, Keys, Paths
from app.settings import FLASKVARS, TCOLOR, Info, Paths
from app.utils.network import get_ip
@@ -10,7 +10,7 @@ def log_startup_info():
# os.system("cls" if os.name == "nt" else "echo -e \\\\033c")
print(lines)
print(f"{TCOLOR.HEADER}SwingMusic {Keys.SWINGMUSIC_APP_VERSION} {TCOLOR.ENDC}")
print(f"{TCOLOR.HEADER}SwingMusic {Info.SWINGMUSIC_APP_VERSION} {TCOLOR.ENDC}")
adresses = [FLASKVARS.get_flask_host()]