Leave datetimes alone!

small_kucoin_fixes
jaredgoldman 2023-03-24 20:11:59 -04:00
parent ae170f2645
commit 81890a39d9
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ class Client:
value = data[field_name]
match field_name:
case "index" | "time":
case "index":
row.append(int(value))
case _:
row.append(float(value))