Skip to content
This repository was archived by the owner on Apr 26, 2026. It is now read-only.

Commit 038a042

Browse files
committed
renamed individual tools to show in which unified tool they are integrated
1 parent 6444c1d commit 038a042

8 files changed

Lines changed: 1 addition & 1 deletion
File renamed without changes.

Tool-02-Chronological-Case-Sorter.py renamed to Tool-02-Chronological-Case-Sorter-UNIFIED-2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def parse_date(account):
4545

4646
# Write the sorted data back to the JSON file
4747
log("Saving sorted JSON data...")
48-
with open("../Compromised-Discord-Accounts.json", "w", encoding="utf-8") as file:
48+
with open("../Database-Files/Edit-Database/Compromised-Discord-Accounts.json", "w", encoding="utf-8") as file:
4949
json.dump(sorted_data, file, indent=4, ensure_ascii=False)
5050

5151
log("Sorting complete.")
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)