Fixing the 'BV' key being missing for USDT

This commit is contained in:
Jean-Baptiste LE STANG
2018-01-20 15:03:12 +01:00
parent a7e561b55f
commit 3b0a304508
2 changed files with 2 additions and 4 deletions

View File

@@ -195,7 +195,6 @@ def ticker_history():
"C": 8.88e-05,
"V": 991.09056638,
"T": "2017-11-26T08:50:00",
"BV": 0.0877869
},
{
"O": 8.88e-05,
@@ -204,7 +203,6 @@ def ticker_history():
"C": 8.893e-05,
"V": 658.77935965,
"T": "2017-11-26T08:55:00",
"BV": 0.05874751
},
{
"O": 8.891e-05,
@@ -213,6 +211,5 @@ def ticker_history():
"C": 8.877e-05,
"V": 7920.73570705,
"T": "2017-11-26T09:00:00",
"BV": 0.7039405
}
]