From 970bb425554971b47484dbeb91de2804e088acc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Mon, 27 Mar 2023 10:59:39 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20`get=5Frecord=5Fcards`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/genshin/abyss.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/genshin/abyss.py b/plugins/genshin/abyss.py index 987c016f..cc793076 100644 --- a/plugins/genshin/abyss.py +++ b/plugins/genshin/abyss.py @@ -132,7 +132,6 @@ class AbyssPlugin(Plugin): try: try: client = await self.helper.get_genshin_client(user.id) - await client.get_record_cards() uid = client.uid except CookiesNotFoundError: client, uid = await self.helper.get_public_genshin_client(user.id)