From 73b9f7460e5d61cf6b87bf8032c4aa3aa7991c0e Mon Sep 17 00:00:00 2001 From: yznahmad Date: Fri, 20 Jun 2025 04:37:27 +0300 Subject: [PATCH] Add schedulerements wwwww ddd --- helpers/create_account.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helpers/create_account.py b/helpers/create_account.py index 232d82a..4c9a629 100644 --- a/helpers/create_account.py +++ b/helpers/create_account.py @@ -31,10 +31,10 @@ def main(): user_coll = db['users'] user_coll.insert_one({ - "username": args.username, - "password": hash_password(args.password) - # "username": os.getenv("ADMIN_USERNAME"), - # "password": hash_password(os.getenv("ADMIN_PASSWORD")) + # "username": args.username, + # "password": hash_password(args.password) + "username": os.getenv("ADMIN_USERNAME"), + "password": hash_password(os.getenv("ADMIN_PASSWORD")) }) print('Account created successfully')