From 2493690dd1dc73ff12faac95431889b9b7689c35 Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Tue, 16 Feb 2021 23:22:46 +0800 Subject: [PATCH] update --- src/plugins/hk_reporter/platform/arkninghts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/hk_reporter/platform/arkninghts.py b/src/plugins/hk_reporter/platform/arkninghts.py index 86c0d6e..53d732f 100644 --- a/src/plugins/hk_reporter/platform/arkninghts.py +++ b/src/plugins/hk_reporter/platform/arkninghts.py @@ -77,7 +77,7 @@ class Arknights(PlatformNoTarget): enable_tag = False @staticmethod - async def get_account_name() -> str: + async def get_account_name(_: Target) -> str: return '明日方舟游戏内公告' async def get_sub_list(self) -> list[RawPost]: