[Fix] flak8 code check
This commit is contained in:
parent
fd4ba62838
commit
31f017e8a4
@ -293,7 +293,7 @@ class BitfinexRestApi(RestClient):
|
|||||||
else:
|
else:
|
||||||
data = resp.json()
|
data = resp.json()
|
||||||
if not data:
|
if not data:
|
||||||
msg = f"获取历史数据为空,开始时间:{start_time},数量:{count}"
|
msg = f"获取历史数据为空,开始时间:{start_time}"
|
||||||
break
|
break
|
||||||
|
|
||||||
buf = []
|
buf = []
|
||||||
|
Loading…
Reference in New Issue
Block a user