🐛 typo

This commit is contained in:
StarHeart 2021-05-25 20:46:27 +08:00 committed by GitHub
parent 27fe6e4fcb
commit e659b4b2b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ class MatcherMeta(type):
expire_time: Optional[datetime]
def __repr__(self) -> str:
return (f"<Matcher from {self.module_name or 'unknow'}, "
return (f"<Matcher from {self.module_name or 'unknown'}, "
f"type={self.type}, priority={self.priority}, "
f"temp={self.temp}>")