fixed nested config
This commit is contained in:
@@ -52,9 +52,7 @@ class TwitterFeed(Feed):
|
||||
)
|
||||
logged_in = True
|
||||
|
||||
config.set_field(self.__config_name__, {
|
||||
'cookies': dict(self.client.http.client.cookies)
|
||||
}, update_dict=True)
|
||||
config.set_field(f"feed.{self.__config_name__}.cookies", dict(self.client.http.client.cookies), update_dict=True)
|
||||
|
||||
def post(self, message: str):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user