Browse Source

Higher sleep timer

JoostSijm 4 năm trước cách đây
mục cha
commit
ad78b48d83
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/rival_regions_wrapper/authentication_handler.py

+ 1 - 1
src/rival_regions_wrapper/authentication_handler.py

@@ -194,7 +194,7 @@ class AuthenticationHandler:
 
         LOGGER.info('"%s": pressing sign in button', self.username)
         browser.click(css_selector=".sa_sn.float_left.imp.gogo")
-        time.sleep(1)
+        time.sleep(2)
 
         return browser