[Fix] flak8 code check

This commit is contained in:
vn.py 2019-07-16 18:37:35 +08:00
parent fd4ba62838
commit 31f017e8a4

View File

@ -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 = []