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:49:44 +01:00 committed by GitHub
commit aad0c8e5fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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