瀏覽代碼

Fix a silly typo

Colin Powell 3 年之前
父節點
當前提交
e772578e4f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      games/utils.py

+ 1 - 1
games/utils.py

@@ -85,7 +85,7 @@ def import_gamelist_file_to_db_for_system(
         if english_patched:
             version_re = re.search ('v(.*?)(?=\))', game_path.lower())
             if version_re:
-                patche_version =  version_re.group(0)
+                patch_version =  version_re.group(0)
         undub = any(key in game_path.lower() for key in UNDUB_KEYWORDS)
         hack = any(key in game_path.lower() for key in HACK_KEYWORDS)