云控 程序退出太快了 #130
Closed
yeahnangua
started this conversation in
通用
云控 程序退出太快了
#130
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
白名单模式都看不清公告写了什么
建议加上time.sleep
if not allow:
import time
time.sleep(5)
sys.exit(1)
Beta Was this translation helpful? Give feedback.
All reactions