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:
parent
9f47580791
commit
096506044b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user