From 79f1442d3edecdc06945d5d6b0d081b581cb6444 Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Fri, 13 Aug 2021 01:27:13 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/py/mimotion2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/py/mimotion2.py b/Scripts/py/mimotion2.py index 2795177..57dedf8 100644 --- a/Scripts/py/mimotion2.py +++ b/Scripts/py/mimotion2.py @@ -4,7 +4,7 @@ Author: Unknown Modifier: Oreo Date: Tue Aug 10 22:32:56 CST 2021 -建议cron: 30 19 * * * python3 mimotion2.py +Cron: 30 19 * * * mimotion2.py ------------ 环境变量说明 MI_USER: 账号 仅支持单手机号 @@ -48,4 +48,4 @@ def main_handler(event, context): if __name__ == '__main__': # 方便我本地调试 - main_handler(None, None) \ No newline at end of file + main_handler(None, None)