bcpkgfox 0.17.10__tar.gz → 0.17.11__tar.gz

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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bcpkgfox
3
- Version: 0.17.10
3
+ Version: 0.17.11
4
4
  Summary: Biblioteca BCFOX
5
5
  Home-page: https://github.com/robotsbcfox/PacotePythonBCFOX
6
6
  Author: BCFOX
@@ -20,12 +20,13 @@ class Login2facmycena:
20
20
  else:
21
21
  print("Solicitando novo codigo.")
22
22
  self.api.solicitar_codigos_otp()
23
+ time.sleep(10)
23
24
  while ten_attempts <=10:
24
25
  ten_attempts += 1
25
26
  self.codes = self.api.listar_codigos_otp()
26
27
  if self.codes:
27
28
  return self.codes
28
- time.sleep(15)
29
+ time.sleep(10)
29
30
  return None
30
31
  return None
31
32
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bcpkgfox
3
- Version: 0.17.10
3
+ Version: 0.17.11
4
4
  Summary: Biblioteca BCFOX
5
5
  Home-page: https://github.com/robotsbcfox/PacotePythonBCFOX
6
6
  Author: BCFOX
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="bcpkgfox",
5
- version="0.17.10",
5
+ version="0.17.11",
6
6
  author="BCFOX",
7
7
  author_email="bcfox@bcfox.com.br",
8
8
  description="Biblioteca BCFOX",
File without changes
File without changes
File without changes
File without changes