Merge branch 'main' into arknights

This commit is contained in:
felinae98 2021-02-16 23:20:53 +08:00
commit b84ac40e52
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

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()