added stuff
This commit is contained in:
@@ -109,10 +109,12 @@ while True:
|
||||
# move and rename to success_filename.txt in status
|
||||
else:
|
||||
file_path.rename(status_path / f"fail_{file_path.name}")
|
||||
else:
|
||||
file_path.rename(status_path / f"fail_{file_path.name}")
|
||||
|
||||
elif command == "CREATEUSER":
|
||||
# TODO
|
||||
#1. Make a new folder with the name
|
||||
|
||||
#2. Hash password and store in hash.txt
|
||||
#3. Init basic files
|
||||
#4. Make success request file
|
||||
|
||||
Reference in New Issue
Block a user