Ticker.history() to raise HTTP request excs if raise_errors args is True

This commit is contained in:
puntonim
2023-12-30 17:02:02 +01:00
parent c053e2cb30
commit c94cbb64d4

View File

@@ -218,7 +218,8 @@ class TickerBase:
data = data.json()
except Exception:
pass
if raise_errors:
raise
# Store the meta data that gets retrieved simultaneously
try: