mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-02 20:30:25 +00:00
fix dependency
This commit is contained in:
@@ -42,7 +42,7 @@ def get_exchange(config=Depends(get_config)):
|
||||
|
||||
|
||||
def get_channel_manager():
|
||||
return ApiServer._channel_manager
|
||||
return ApiServer._ws_channel_manager
|
||||
|
||||
|
||||
def is_webserver_mode(config=Depends(get_config)):
|
||||
|
||||
Reference in New Issue
Block a user