This commit is contained in:
felinae98
2021-02-16 23:20:41 +08:00
parent 21e5988084
commit d8bbe19936
+1 -1
View File
@@ -174,7 +174,7 @@ class PlatformNoTarget(PlatformProto):
self.reverse_category[val] = key
@staticmethod
async def get_account_name() -> Optional[str]:
async def get_account_name(target: Target) -> Optional[str]:
"return the username(name) of the target"
raise NotImplementedError()