From 85bccea2dd180313efa8f7e8f30f0c1c21a9253a Mon Sep 17 00:00:00 2001 From: DLmaster Date: Sat, 26 Oct 2024 11:20:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=86=97=E4=BD=99=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AUTO_MAA.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/AUTO_MAA.py b/AUTO_MAA.py index fc7c8c0..ca867d5 100644 --- a/AUTO_MAA.py +++ b/AUTO_MAA.py @@ -1949,8 +1949,6 @@ class Main(QWidget): game_in, game_out = line.split(":", 1) games[game_in.strip()] = game_out.strip() text = games.get(text, text) - if item.column() == 10: - text = text.replace("\\", "/") if item.column() == 11: text = self.encryptx(text) if text != "":