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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user