Impl news report

This commit is contained in:
Changhua
2023-04-16 23:47:18 +08:00
parent d996a46768
commit 925025a72a
4 changed files with 18 additions and 1 deletions

View File

@@ -30,3 +30,4 @@ class Config(object):
self.GROUPS = yconfig["groups"]["enable"]
self.CHATGPT = yconfig.get("chatgpt")
self.HTTP = yconfig.get("http")
self.NEWS = yconfig["news"]["receivers"]