mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-03-02 14:07:12 +00:00
refactor: run black
This commit is contained in:
parent
3e4a710d07
commit
e63ce54b80
1 changed files with 1 additions and 1 deletions
|
@ -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/"
|
||||
|
|
Loading…
Add table
Reference in a new issue