1
mirror of https://github.com/beucismis/awesome-fetch synced 2025-02-03 18:22:59 +01:00

Fix metadata.py

This commit is contained in:
beucismis 2024-04-22 21:16:47 +03:00
parent 9f47580791
commit 096506044b

View File

@ -23,4 +23,4 @@ metadata_content = {"total": len(tools), "tools": tools}
with open(METADATA_FILE, "w+", encoding="utf-8") as file:
json.dump(metadata_content, file, indent=2, ensure_ascii=False)
sys.exit("Done!")
sys.exit(0)