This commit is contained in:
Leon 2021-08-13 01:27:13 +08:00 committed by GitHub
parent 375f43e33b
commit 79f1442d3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
main_handler(None, None)