mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
set wsProxy for exchange calls
This commit is contained in:
@@ -362,6 +362,7 @@ def set_test_proxy(config: Config, use_proxy: bool) -> Config:
|
||||
config1 = deepcopy(config)
|
||||
config1["exchange"]["ccxt_config"] = {
|
||||
"httpsProxy": proxy,
|
||||
"wsProxy": proxy,
|
||||
}
|
||||
return config1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user