소스 검색

wait 1.5 for token window

marton levente 10 달 전
부모
커밋
0a8bcfc123
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      anaf_spv_webserv.py

+ 1 - 1
anaf_spv_webserv.py

@@ -26,7 +26,7 @@ def accept_cert():
     t_ = 0
     while True:
         try:
-            if t_ >= 1:
+            if t_ >= 1.5:
                 break
             win_ = gw.getWindowsWithTitle('Windows Security', condition=gw.Re.CONTAINS)[0]
             if not win_.isActive: