[Mod] close #2019
This commit is contained in:
parent
0c1dc817b9
commit
38d090bed4
@ -561,7 +561,7 @@ class OkexfRestApi(RestClient):
|
||||
|
||||
for l in data:
|
||||
ts, o, h, l, c, v, _ = l
|
||||
dt = datetime.strptime(ts, "%Y-%m-%dT%H:%M:%S.%fZ")
|
||||
dt = utc_to_local(ts)
|
||||
bar = BarData(
|
||||
symbol=req.symbol,
|
||||
exchange=req.exchange,
|
||||
|
Loading…
Reference in New Issue
Block a user