1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 10:58:21 +08:00

Fix: item_statistics load multiple template folder

This commit is contained in:
LmeSzinc
2020-08-09 22:16:06 +08:00
parent 20bfc4f8fc
commit 0df5131d73
3 changed files with 5 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ Second Run:
2. Uncomment this, and run.
"""
# import csv
# with open(CSV_FILE, 'a', newline='') as csv_file:
# with open(CSV_FILE, 'a', newline='', encoding='utf-8') as csv_file:
# writer = csv.writer(csv_file)
# for d in drop.generate_data():
# writer.writerows(d)