2
0
Fork 0
mirror of https://github.com/PokeAPI/pokeapi synced 2025-03-02 14:07:12 +00:00

Merge branch 'master' into master

This commit is contained in:
Alessandro Pezzè 2023-11-06 11:20:38 +01:00 committed by GitHub
commit 203f3979cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,10 @@ DB_VENDOR = connection.vendor
MEDIA_DIR = "{prefix}{{file_name}}".format(
prefix=os.environ.get("POKEAPI_SPRITES_PREFIX", "/media/sprites/")
prefix=os.environ.get(
"POKEAPI_SPRITES_PREFIX",
"https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/"
)
)
IMAGE_DIR = os.getcwd() + "/data/v2/sprites/sprites/"
RESOURCE_IMAGES = []