gfrdegdergr
This commit is contained in:
@@ -141,9 +141,9 @@ if __name__ == '__main__':
|
||||
|
||||
datas = []
|
||||
# 遍历 9月1日 ~ 9月27日
|
||||
for i in range(1, 11):
|
||||
for i in range(1, 31):
|
||||
logger.info(i)
|
||||
sorted_data = fetch_kline(year=2025, month=10, day=i, period=15) # 获取数据
|
||||
sorted_data = fetch_kline(year=2025, month=9, day=i, period=15) # 获取数据
|
||||
|
||||
datas.extend(sorted_data)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user