mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-16 04:45:27 +00:00
🎨 Update TimeoutException Log
This commit is contained in:
parent
5e814d5a68
commit
c6e4ca4f30
@ -218,7 +218,7 @@ class ErrorHandler(Plugin):
|
||||
notice: Optional[str] = None
|
||||
if isinstance(exc, TimeoutException):
|
||||
notice = self.ERROR_MSG_PREFIX + " 服务器熟啦 ~ 请稍后再试"
|
||||
logger.warning("Httpx exception[%s]", str(exc))
|
||||
logger.warning("Httpx [%s]\n%s[%s]", exc.__class__.__name__, exc.request.method, exc.request.url)
|
||||
if notice:
|
||||
self.create_notice_task(update, context, notice)
|
||||
raise ApplicationHandlerStop
|
||||
|
Loading…
Reference in New Issue
Block a user