summaryrefslogtreecommitdiff
path: root/ATRI/patch.py
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2023-03-07 15:36:53 +0800
committerKyomotoi <[email protected]>2023-03-07 15:36:53 +0800
commit352c7d5b42ad432a8ed4bc7939636da62703e982 (patch)
treed3cb2c0d0b7fb9e75bacb3592d46a87f07f17ce6 /ATRI/patch.py
parent95e7b6fe5f41a8b91a7ef6ae55ed976177d64ae9 (diff)
downloadATRI-352c7d5b42ad432a8ed4bc7939636da62703e982.tar.gz
ATRI-352c7d5b42ad432a8ed4bc7939636da62703e982.tar.bz2
ATRI-352c7d5b42ad432a8ed4bc7939636da62703e982.zip
🚑️ 激活注入
Diffstat (limited to 'ATRI/patch.py')
-rw-r--r--ATRI/patch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ATRI/patch.py b/ATRI/patch.py
index ae203de..e208cae 100644
--- a/ATRI/patch.py
+++ b/ATRI/patch.py
@@ -51,7 +51,7 @@ async def simple_run(
except StopPropagation:
self.block = True
finally:
- logger.info(f"{self} running complete")
+ logger.debug(f"{self} running complete")
current_bot.reset(b_t)
current_event.reset(e_t)
current_matcher.reset(m_t)