mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Upd: drop statistics
This commit is contained in:
parent
107c6b966a
commit
ec8efc5a82
@ -165,7 +165,7 @@ if __name__ == '__main__':
|
|||||||
DropStatistics.CSV_OVERWRITE = True
|
DropStatistics.CSV_OVERWRITE = True
|
||||||
# Usually to be 'utf-8'.
|
# Usually to be 'utf-8'.
|
||||||
# For better Chinese export to Excel, use 'gbk'.
|
# For better Chinese export to Excel, use 'gbk'.
|
||||||
DropStatistics.CSV_ENCODING = 'gbk'
|
DropStatistics.CSV_ENCODING = 'utf-8-sig'
|
||||||
# campaign names to export under DROP_FOLDER.
|
# campaign names to export under DROP_FOLDER.
|
||||||
# This will load {DROP_FOLDER}/{CAMPAIGN}.
|
# This will load {DROP_FOLDER}/{CAMPAIGN}.
|
||||||
# Just a demonstration here, you should modify it to your own.
|
# Just a demonstration here, you should modify it to your own.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user