marton levente 10 месяцев назад
Родитель
Сommit
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: