simplex 1.2.30__tar.gz → 1.2.31__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 simplex might be problematic. Click here for more details.
- {simplex-1.2.30 → simplex-1.2.31}/PKG-INFO +1 -1
- {simplex-1.2.30 → simplex-1.2.31}/setup.py +1 -1
- {simplex-1.2.30 → simplex-1.2.31}/simplex/cli.py +0 -2
- {simplex-1.2.30 → simplex-1.2.31}/simplex.egg-info/PKG-INFO +1 -1
- {simplex-1.2.30 → simplex-1.2.31}/LICENSE +0 -0
- {simplex-1.2.30 → simplex-1.2.31}/README.md +0 -0
- {simplex-1.2.30 → simplex-1.2.31}/pyproject.toml +0 -0
- {simplex-1.2.30 → simplex-1.2.31}/setup.cfg +0 -0
- {simplex-1.2.30 → simplex-1.2.31}/simplex/__init__.py +0 -0
- {simplex-1.2.30 → simplex-1.2.31}/simplex/deploy/__init__.py +0 -0
- {simplex-1.2.30 → simplex-1.2.31}/simplex/deploy/push.py +0 -0
- {simplex-1.2.30 → simplex-1.2.31}/simplex/simplex.py +0 -0
- {simplex-1.2.30 → simplex-1.2.31}/simplex.egg-info/SOURCES.txt +0 -0
- {simplex-1.2.30 → simplex-1.2.31}/simplex.egg-info/dependency_links.txt +0 -0
- {simplex-1.2.30 → simplex-1.2.31}/simplex.egg-info/entry_points.txt +0 -0
- {simplex-1.2.30 → simplex-1.2.31}/simplex.egg-info/requires.txt +0 -0
- {simplex-1.2.30 → simplex-1.2.31}/simplex.egg-info/top_level.txt +0 -0
- {simplex-1.2.30 → simplex-1.2.31}/tests/test.py +0 -0
|
@@ -72,8 +72,6 @@ def login(website, proxies):
|
|
|
72
72
|
print(f"{Fore.YELLOW}[SIMPLEX] Warning: No login URL returned from the server{Style.RESET_ALL}")
|
|
73
73
|
except Exception as e:
|
|
74
74
|
raise click.ClickException(str(e))
|
|
75
|
-
finally:
|
|
76
|
-
print(f"{Fore.GREEN}[SIMPLEX] Login session closed.{Style.RESET_ALL}")
|
|
77
75
|
|
|
78
76
|
def main():
|
|
79
77
|
cli()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|