소스 검색

change: refresh time

micha 8 달 전
부모
커밋
4261675af8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      _LibreLightDesk.py

+ 2 - 1
_LibreLightDesk.py

@@ -1613,7 +1613,8 @@ def refresh_exec_mc():
             execlib.exec_set_mc(EXEC.label_exec,EXEC.val_exec)
         except Exception as e:
             print("refresh_exec_mc ERR",e)
-        time.sleep(10)
+            time.sleep(5) # extra time
+        time.sleep(10) # refresh time
 
 thread.start_new_thread(refresh_exec_mc,())