mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-02-16 12:38:25 +00:00
Merge branch 'master' of https://github.com/14239/pokeapi
This commit is contained in:
commit
ca8a3a6a07
1 changed files with 4 additions and 1 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Reference in a new issue