修改配置文件
This commit is contained in:
@@ -21,7 +21,7 @@ TABLE_MAPPING = {
|
||||
}
|
||||
|
||||
# ======================== 图片URL前缀 ========================
|
||||
IMAGE_URL_PREFIX = 'https://dev.yixiong-tech.com:8081'
|
||||
IMAGE_URL_PREFIX = 'https://dev.yixiong-tech.com:8082'
|
||||
|
||||
# ======================== SQLite下载历史数据库 ========================
|
||||
# 存储在项目的data_management目录下
|
||||
|
||||
@@ -314,7 +314,7 @@ if __name__ == "__main__":
|
||||
help='输出 txt 文件路径(可选)'
|
||||
)
|
||||
parser.add_argument(
|
||||
'--excel', action='store_true',
|
||||
'--excel', action='store_true',default= '--excel',
|
||||
help='是否同时导出 Excel 文件(可直接复制粘贴到飞书云文档)'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user