Merge pull request #1806 from puntonim/ticker-history-exc-hook

Ticker.history() to raise HTTP request excs if raise_errors args is True
This commit is contained in:
ValueRaider
2023-12-31 14:09:12 +00:00
committed by GitHub

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: