Fix typo in Ticker.history(30m)

pull/1632/head
ValueRaider 2023-07-22 16:48:49 +01:00
parent ae6c05fa74
commit f99677ed1e
1 changed files with 1 additions and 4 deletions

View File

@ -312,10 +312,7 @@ class TickerBase:
})
try:
quotes['Dividends'] = quotes2['Dividends'].max()
except Exception:
pass
try:
quotes['Stock Splits'] = quotes2['Dividends'].max()
quotes['Stock Splits'] = quotes2['Stock Splits'].max()
except Exception:
pass