Move init of _config to apiserver parent

This commit is contained in:
Matthias
2020-12-23 20:50:32 +01:00
parent 0b98f19f2c
commit 516e56bfaa
4 changed files with 1 additions and 3 deletions

View File

@@ -25,7 +25,6 @@ class Webhook(RPC):
"""
super().__init__(freqtrade)
self._config = freqtrade.config
self._url = self._config['webhook']['url']
def cleanup(self) -> None: