bcpkgfox 0.16.71__py3-none-any.whl → 0.16.73__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of bcpkgfox might be problematic. Click here for more details.
- bcpkgfox/invoke_api.py +6 -8
- {bcpkgfox-0.16.71.dist-info → bcpkgfox-0.16.73.dist-info}/METADATA +1 -1
- {bcpkgfox-0.16.71.dist-info → bcpkgfox-0.16.73.dist-info}/RECORD +6 -6
- {bcpkgfox-0.16.71.dist-info → bcpkgfox-0.16.73.dist-info}/WHEEL +0 -0
- {bcpkgfox-0.16.71.dist-info → bcpkgfox-0.16.73.dist-info}/entry_points.txt +0 -0
- {bcpkgfox-0.16.71.dist-info → bcpkgfox-0.16.73.dist-info}/top_level.txt +0 -0
bcpkgfox/invoke_api.py
CHANGED
|
@@ -187,13 +187,11 @@ def login_2fac(driver, certificate, system, token, code_timeout=60):
|
|
|
187
187
|
|
|
188
188
|
def __monitor(self):
|
|
189
189
|
while self.status:
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
except:
|
|
196
|
-
pass
|
|
190
|
+
try:
|
|
191
|
+
alert = self.driver.switch_to.alert
|
|
192
|
+
alert.accept()
|
|
193
|
+
except:
|
|
194
|
+
pass
|
|
197
195
|
time.sleep(0.1)
|
|
198
196
|
|
|
199
197
|
def start(self):
|
|
@@ -492,7 +490,7 @@ def login_2fac(driver, certificate, system, token, code_timeout=60):
|
|
|
492
490
|
bot = whoom_codes()
|
|
493
491
|
|
|
494
492
|
# Operacional
|
|
495
|
-
protection.start()
|
|
496
493
|
bot.extension_check()
|
|
494
|
+
protection.start()
|
|
497
495
|
bot.codes_2_fac()
|
|
498
496
|
protection.stop()
|
|
@@ -4,10 +4,10 @@ bcpkgfox/cli.py,sha256=E1Yahd8jIjUwxM6EMHveDDne5-fh8QeAvAhyATNatEo,33541
|
|
|
4
4
|
bcpkgfox/exec_file.py,sha256=fl_Do2SlF7JuXazpNTod-e_0WZUk355fbd7ustQvi40,3728
|
|
5
5
|
bcpkgfox/find_elements.py,sha256=oeB-73LqMLoKchozPXuxRkThBju9IgUKqbgU-2AAq0s,23027
|
|
6
6
|
bcpkgfox/get_driver.py,sha256=ohimk9E2hL6T35IXv0XX0uvWDGCUZvZDlPMnuRjV1R0,30490
|
|
7
|
-
bcpkgfox/invoke_api.py,sha256=
|
|
7
|
+
bcpkgfox/invoke_api.py,sha256=xnsISNt8Mnu3EO0VlwtAO_ub5qS3PAQiEYrCehMKlcQ,18493
|
|
8
8
|
bcpkgfox/system.py,sha256=3lyOWx893T6KiAI-jDv7zAo3oKPf0Q5CLgZ8TeFd0Do,7901
|
|
9
|
-
bcpkgfox-0.16.
|
|
10
|
-
bcpkgfox-0.16.
|
|
11
|
-
bcpkgfox-0.16.
|
|
12
|
-
bcpkgfox-0.16.
|
|
13
|
-
bcpkgfox-0.16.
|
|
9
|
+
bcpkgfox-0.16.73.dist-info/METADATA,sha256=MthtNX3HhzzWCbOGjycENDDiCPbh6Sm_YnxZUHdWpA0,1912
|
|
10
|
+
bcpkgfox-0.16.73.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
11
|
+
bcpkgfox-0.16.73.dist-info/entry_points.txt,sha256=qmaEg6K7Y0HOeaFo-G6lf44InGkeVI4I6hqobcY_nns,653
|
|
12
|
+
bcpkgfox-0.16.73.dist-info/top_level.txt,sha256=h01SqyYBEfS72vkRFOlEDZBUSu9pzU0bdX4m9hWNNmw,9
|
|
13
|
+
bcpkgfox-0.16.73.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|