fix: downloaded icons are not working (#15)

This commit is contained in:
Patric Stout
2023-11-20 21:33:43 +01:00
committed by GitHub
parent 5ceac68c9e
commit 84ee53236a

View File

@@ -26,4 +26,4 @@ for line in resfile.split("\n"):
os.makedirs(os.path.dirname(local_path), exist_ok=True)
with open(local_path, "wb") as f:
f.write(requests.get(f"https://binaries.eveonline.com/{path}").content)
f.write(requests.get(f"https://resources.eveonline.com/{path}").content)