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)