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 3e4a710 commit e63ce54Copy full SHA for e63ce54
data/v2/build.py
@@ -33,7 +33,7 @@
33
MEDIA_DIR = "{prefix}{{file_name}}".format(
34
prefix=os.environ.get(
35
"POKEAPI_SPRITES_PREFIX",
36
- "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/"
+ "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/",
37
)
38
39
IMAGE_DIR = os.getcwd() + "/data/v2/sprites/sprites/"
0 commit comments