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

refactor: run black

This commit is contained in:
Naramsim 2023-11-06 11:38:12 +01:00
parent 3e4a710d07
commit e63ce54b80

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/"