瀏覽代碼

Fix typo in scrape_roms cmd

Colin Powell 3 年之前
父節點
當前提交
c76fc89f2e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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":