|
@@ -13,7 +13,7 @@ class Command(BaseCommand):
|
|
|
def handle(self, *args, **options):
|
|
|
game_system_slug = options["system"]
|
|
|
if not game_system_slug:
|
|
|
- self.stdout.write(self.style.ERROR(f"No game system, or all specified")
|
|
|
+ self.stdout.write(self.style.ERROR(f"No game system, or all specified"))
|
|
|
return False
|
|
|
|
|
|
if game_system_slug == "all":
|