fix: lint

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong0618
2026-01-06 20:00:35 +08:00
parent c643b0dec0
commit 1f0c37c3ab
2 changed files with 51 additions and 24 deletions

View File

@@ -40,6 +40,8 @@ def filter_message(message: Message, bot: TeleBot) -> bool:
if message.text.startswith("/"):
return False
return True
date_regex = re.compile(r"^(\d+)([dhm])$")