bcpkgfox 0.18.2__py3-none-any.whl → 0.18.3__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/login_2factor.py +1 -1
- {bcpkgfox-0.18.2.dist-info → bcpkgfox-0.18.3.dist-info}/METADATA +1 -1
- {bcpkgfox-0.18.2.dist-info → bcpkgfox-0.18.3.dist-info}/RECORD +6 -6
- {bcpkgfox-0.18.2.dist-info → bcpkgfox-0.18.3.dist-info}/WHEEL +0 -0
- {bcpkgfox-0.18.2.dist-info → bcpkgfox-0.18.3.dist-info}/entry_points.txt +0 -0
- {bcpkgfox-0.18.2.dist-info → bcpkgfox-0.18.3.dist-info}/top_level.txt +0 -0
bcpkgfox/login_2factor.py
CHANGED
|
@@ -947,7 +947,7 @@ class _Utils:
|
|
|
947
947
|
"""
|
|
948
948
|
if self.tipo_login.lower() == "mysena" or "my" in self.tipo_login.lower():
|
|
949
949
|
return False
|
|
950
|
-
elif 'whoom' in self.tipo_login.lower() or self.tipo_login.lower() == 'whoom' or self.tipo_login.lower() == 'whom' or self.tipo_login.lower() == 'wh' or 'wh' in self.tipo_login.lower() :
|
|
950
|
+
elif 'whoom' in self.tipo_login.lower() or 'whoon' in self.tipo_login.lower() or self.tipo_login.lower() == 'whoom' or self.tipo_login.lower() == 'whom' or self.tipo_login.lower() == 'wh' or 'wh' in self.tipo_login.lower() :
|
|
951
951
|
return True
|
|
952
952
|
else:
|
|
953
953
|
return False
|
|
@@ -4,10 +4,10 @@ bcpkgfox/cli.py,sha256=E1Yahd8jIjUwxM6EMHveDDne5-fh8QeAvAhyATNatEo,33541
|
|
|
4
4
|
bcpkgfox/find_elements.py,sha256=oeB-73LqMLoKchozPXuxRkThBju9IgUKqbgU-2AAq0s,23027
|
|
5
5
|
bcpkgfox/get_driver.py,sha256=ohimk9E2hL6T35IXv0XX0uvWDGCUZvZDlPMnuRjV1R0,30490
|
|
6
6
|
bcpkgfox/invoke_api.py,sha256=MEwbdBW6PtnKRGTv6Mezw3Fx7NsHdDHsnKT-1CZIOQA,21832
|
|
7
|
-
bcpkgfox/login_2factor.py,sha256=
|
|
7
|
+
bcpkgfox/login_2factor.py,sha256=rrH5GgNW6DhWiWKVThk2w37ejyqlH3T_pr00yQjpT5I,46286
|
|
8
8
|
bcpkgfox/system.py,sha256=3lyOWx893T6KiAI-jDv7zAo3oKPf0Q5CLgZ8TeFd0Do,7901
|
|
9
|
-
bcpkgfox-0.18.
|
|
10
|
-
bcpkgfox-0.18.
|
|
11
|
-
bcpkgfox-0.18.
|
|
12
|
-
bcpkgfox-0.18.
|
|
13
|
-
bcpkgfox-0.18.
|
|
9
|
+
bcpkgfox-0.18.3.dist-info/METADATA,sha256=Lh426qlypa2gXiFFfbXoQpnl1n2bFfddJEECTb4ulfg,1893
|
|
10
|
+
bcpkgfox-0.18.3.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
|
|
11
|
+
bcpkgfox-0.18.3.dist-info/entry_points.txt,sha256=qmaEg6K7Y0HOeaFo-G6lf44InGkeVI4I6hqobcY_nns,653
|
|
12
|
+
bcpkgfox-0.18.3.dist-info/top_level.txt,sha256=h01SqyYBEfS72vkRFOlEDZBUSu9pzU0bdX4m9hWNNmw,9
|
|
13
|
+
bcpkgfox-0.18.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|