2024-05-20_merge
gerlofvanek 9 months ago
parent 1dc3c1c7ae
commit 109a4383ea
  1. 2
      basicswap/ui/page_settings.py

@ -136,7 +136,7 @@ def page_settings(self, url_split, post_string):
coingecko_api_key = html.escape(bytes.fromhex(swap_client.settings.get('coingecko_api_key_enc', '')).decode('utf-8')) coingecko_api_key = html.escape(bytes.fromhex(swap_client.settings.get('coingecko_api_key_enc', '')).decode('utf-8'))
else: else:
coingecko_api_key = swap_client.settings.get('coingecko_api_key', '') coingecko_api_key = swap_client.settings.get('coingecko_api_key', '')
chart_settings = { chart_settings = {
'show_chart': swap_client.settings.get('show_chart', True), 'show_chart': swap_client.settings.get('show_chart', True),
'chart_api_key': chart_api_key, 'chart_api_key': chart_api_key,

Loading…
Cancel
Save