mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
use readURL / fix LINTING errors.
This commit is contained in:
@@ -7716,7 +7716,7 @@ class BasicSwap(BaseApp):
|
||||
exchange_name_to = ci_to.getExchangeName('coingecko.com')
|
||||
ticker_from = ci_from.chainparams()['ticker']
|
||||
ticker_to = ci_to.chainparams()['ticker']
|
||||
headers = {'Connection': 'close'}
|
||||
headers = {'User-Agent': 'Mozilla/5.0', 'Connection': 'close'}
|
||||
rv = {}
|
||||
|
||||
if rate_sources.get('coingecko.com', True):
|
||||
|
||||
Reference in New Issue
Block a user