增加星火API

This commit is contained in:
TechShrimp
2023-10-11 07:52:58 +08:00
parent 572499f8bb
commit 7ced27123a
6 changed files with 40 additions and 0 deletions

View File

@@ -32,3 +32,4 @@ class Config(object):
self.NEWS = yconfig["news"]["receivers"]
self.REPORT_REMINDERS = yconfig["report_reminder"]["receivers"]
self.TIGERBOT = yconfig.get("tigerbot")
self.XINGHUO_WEB = yconfig.get("xinghuo_web")