mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 04:35:49 +00:00
🔧 修改服务加载时捕获的异常类
This commit is contained in:
parent
ad8a96ae8d
commit
f9b8048f1b
@ -92,7 +92,7 @@ class AppsManager:
|
|||||||
handlers_list = func(**kwargs)
|
handlers_list = func(**kwargs)
|
||||||
class_name = handlers_list.__class__.__name__
|
class_name = handlers_list.__class__.__name__
|
||||||
ServiceDict.setdefault(class_name, handlers_list)
|
ServiceDict.setdefault(class_name, handlers_list)
|
||||||
except Exception as exc:
|
except BaseException as exc:
|
||||||
Log.error("初始化Service失败", exc)
|
Log.error("初始化Service失败", exc)
|
||||||
finally:
|
finally:
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user