diff --git a/Scripts/py/EUserv_extend.py b/Scripts/py/EUserv_extend.py index 33ea6d7..47ab8f0 100644 --- a/Scripts/py/EUserv_extend.py +++ b/Scripts/py/EUserv_extend.py @@ -5,7 +5,7 @@ from bs4 import BeautifulSoup Author: cokemine Modifier: o0oo0ooo0 & Oreo Date: Tue Aug 10 08:24:30 UTC 2021 -建议cron: 0 10 */7 * * python3 EUserv_extend.py +Cron: 0 10 */7 * * EUserv_extend.py ------------ 环境变量说明 EUserv_ID: 账号 用户名,邮箱也可,多账号用空格分隔,ql 环境变量填写需用回车隔开 @@ -259,4 +259,4 @@ def main_handler(event, context): if __name__ == '__main__': # 方便我本地调试 - main_handler(None, None) \ No newline at end of file + main_handler(None, None)