mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 14:29:26 +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