1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-04-21 17:08:01 +00:00
This commit is contained in:
Kenneth SOARES 2025-04-09 23:26:02 +02:00
parent d37ef32a3b
commit 9c27055a5e

@ -21,7 +21,7 @@ class Command(BaseCommand):
/ "static"
/ "core"
/ "img"
/ "promo_{number}.png"
/ f"promo_{number}.png"
)
if dest_path.exists() and not force: