diff --git a/CHATTER/requests/1775660763462.txt b/CHATTER/requests/1775660763462.txt deleted file mode 100644 index e0875de..0000000 --- a/CHATTER/requests/1775660763462.txt +++ /dev/null @@ -1 +0,0 @@ -CREATEUSER:JeffreyEpstein:TheIslandIsMine \ No newline at end of file diff --git a/CHATTER/requests/placeholder.txt b/CHATTER/requests/placeholder.txt deleted file mode 100644 index e69de29..0000000 diff --git a/CHATTER/requests/status/fail_1775660763462.txt b/CHATTER/requests/status/fail_1775660763462.txt new file mode 100644 index 0000000..5209ce0 --- /dev/null +++ b/CHATTER/requests/status/fail_1775660763462.txt @@ -0,0 +1 @@ +LOGIN:JeffreyEpstein:TheIslandIsMine \ No newline at end of file diff --git a/CHATTER/server.py b/CHATTER/server.py index 2362b1a..99043bc 100644 --- a/CHATTER/server.py +++ b/CHATTER/server.py @@ -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