Renamed old_sanpshots

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2024-04-27 22:12:01 +03:00
parent d215ec0383
commit 2a598736f0
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

View File

@ -61,7 +61,7 @@ def fetch_modified_version(path, version):
}
version_json["downloads"] = downloads
version_json["type"] = "old_snapshot"
version_json["type"] = "snapshot"
with open(path, "w", encoding="utf-8") as f:
json.dump(version_json, f, sort_keys=True, indent=4)