Remove http

This commit is contained in:
Changhua
2023-07-04 06:50:24 +08:00
parent 40d4898f9b
commit dc00be0d23
2 changed files with 0 additions and 6 deletions

View File

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