Browse Source

wait 1.5 for token window

marton levente 10 months ago
parent
commit
0a8bcfc123
1 changed files with 1 additions and 1 deletions
  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: