This commit is contained in:
dsyoon
2022-06-03 14:33:49 +09:00
parent 3c07393c07
commit f2c26c110a

View File

@@ -78,7 +78,7 @@ if __name__ == "__main__":
print(given_day, "m", count_m) print(given_day, "m", count_m)
if zero_count_S < 10: if zero_count_S < 10:
count_S = dataDownloader.writeStockData(stock_code, given_day.strftime('%Y%m%d'), 'm', RESOURCE_DIR) count_S = dataDownloader.writeStockData(stock_code, given_day.strftime('%Y%m%d'), 'S', RESOURCE_DIR)
if count_S == 0: if count_S == 0:
zero_count_S += 1 zero_count_S += 1
else: else: