This commit is contained in:
Kenneth SOARES 2025-04-09 23:26:02 +02:00
parent d37ef32a3b
commit 9c27055a5e

View File

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