We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf7e8f commit 9c56950Copy full SHA for 9c56950
nonebot/adapters/github/adapter.py
@@ -36,7 +36,7 @@ class Adapter(BaseAdapter):
36
@overrides(BaseAdapter)
37
def __init__(self, driver: Driver, **kwargs: Any):
38
super().__init__(driver, **kwargs)
39
- self.github_config = Config.parse_obj(self.config)
+ self.github_config = Config.parse_obj(dict(self.config))
40
self._setup()
41
42
@classmethod
0 commit comments