Explorar o código

Fix typo in scrape_roms cmd

Colin Powell %!s(int64=3) %!d(string=hai) anos
pai
achega
c76fc89f2e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      games/management/commands/scrape_roms.py

+ 1 - 1
games/management/commands/scrape_roms.py

@@ -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":