From 8856f98d64c792ae29659de308b9ac370b11c19a Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Fri, 13 Aug 2021 01:28:41 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8Fix=20cron?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/py/FreeNom/FN_extend.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/py/FreeNom/FN_extend.py b/Scripts/py/FreeNom/FN_extend.py index c5eeb07..c545619 100644 --- a/Scripts/py/FreeNom/FN_extend.py +++ b/Scripts/py/FreeNom/FN_extend.py @@ -3,7 +3,7 @@ Author: shuai93 Modifier: Oreo Date: Wed Aug 11 10:15:41 UTC 2021 -建议cron: 25 7 */10 * * python3 FN_extend.py +Cron: 25 7 */10 * * FN_extend.py ------------ 环境变量说明 示例 FN_ID: Freenom 用户名 1234567890@gmail.com @@ -51,4 +51,4 @@ def main(): if __name__ == "__main__": - main() \ No newline at end of file + main()