From d4c1155ac320e01a1829f0012ed6c0cc573059a0 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Sun, 9 Jul 2023 20:32:55 +0530 Subject: [PATCH] Missing return --- ui/easydiffusion/task_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/easydiffusion/task_manager.py b/ui/easydiffusion/task_manager.py index 17cacd3f..608da41d 100644 --- a/ui/easydiffusion/task_manager.py +++ b/ui/easydiffusion/task_manager.py @@ -482,7 +482,7 @@ def start_render_thread(device): # return False # timeout -= 1 # time.sleep(1) - # return True + return True def stop_render_thread(device):