We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf4c80 commit 3e4a710Copy full SHA for 3e4a710
data/v2/build.py
@@ -31,7 +31,10 @@
31
32
33
MEDIA_DIR = "{prefix}{{file_name}}".format(
34
- prefix=os.environ.get("POKEAPI_SPRITES_PREFIX", "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/")
+ prefix=os.environ.get(
35
+ "POKEAPI_SPRITES_PREFIX",
36
+ "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/"
37
+ )
38
)
39
IMAGE_DIR = os.getcwd() + "/data/v2/sprites/sprites/"
40
RESOURCE_IMAGES = []
0 commit comments