Anonymous -> False By Default (check explanation in the Changes)

This commit is contained in:
phoriah
2024-07-11 13:39:16 +02:00
parent 912b70cc82
commit 7877b6b491
2 changed files with 12 additions and 9 deletions

View File

@@ -81,7 +81,7 @@ def fetch_api():
try:
fetch_api()
# print(s)
print(s)
script_dir = os.path.dirname(os.path.realpath(__file__))
output_file_path = os.path.join(script_dir, "Dump")
with open(output_file_path, "w") as file: