소스 검색

'public_oszi_beta.py' ändern

maxscheinast 7 달 전
부모
커밋
4921636d59
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public_oszi_beta.py

+ 1 - 1
public_oszi_beta.py

@@ -298,7 +298,7 @@ class EKGApp:
     
 
         # Call again after 1ms
-        self.master.after(0,self.update_data)
+        self.master.after(1,self.update_data)
 
     def end_cooldown(self):
         self.cooldown_active = False