- 将定时任务时间从12:00改为14:39 - 新增start_scheduler.bat脚本用于管理进程 - 在config.py中添加messages_reciever配置项 - 优化sendmsg.py代码结构,使用配置项代替硬编码
7 lines
265 B
Python
7 lines
265 B
Python
CONFIG = {
|
|
"app_id": "cli_a8de57f7e95f100c",
|
|
"app_secret": "jm2nkFnnSNVS3n076VOPfh8k7q0hEKVp",
|
|
"open_id": "ou_bd33a5f75dd2ccb005a21e4dd01f930c",
|
|
"file_path": "C:\\Users\\22251\\OneDrive\\桌面\\picture\\",
|
|
"messages_reciever": "File Transfer"
|
|
} |