瀏覽代碼

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: