This commit is contained in:
2023-02-18 19:26:05 +08:00
parent 31f4143d58
commit 3125c59d2a

View File

@@ -412,6 +412,9 @@ def main_dev(opt):
grid_count += 1
print(f"Your samples are ready and waiting for you here: \n{outpath} \n"
f" \nEnjoy.")
# 任务结束, 等待20s后退出
print("任务结束, 等待20s后退出..")
time.sleep(20)
break
if __name__ == "__main__":