Fix python snippet

This commit is contained in:
ok300
2023-11-17 13:21:37 +01:00
parent 23170c965b
commit 0862b18fb9

View File

@@ -115,11 +115,7 @@ To get the current BTC rate in the various supported fiat currencies:
<section>
```python,ignore
try:
fiat_rates = sdk_services.fetch_fiat_rates()
# print your desired rate
except Exception as error:
# Handle error
{{#include ../../snippets/python/src/fiat_currencies.py:fetch-fiat-rates}}
```
</section>