tempspace-cli 1.2.3__tar.gz → 1.2.4__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.
- {tempspace_cli-1.2.3 → tempspace_cli-1.2.4}/PKG-INFO +1 -1
- {tempspace_cli-1.2.3 → tempspace_cli-1.2.4}/cli/tempspace.py +0 -1
- {tempspace_cli-1.2.3 → tempspace_cli-1.2.4}/pyproject.toml +1 -1
- {tempspace_cli-1.2.3 → tempspace_cli-1.2.4}/tempspace_cli.egg-info/PKG-INFO +1 -1
- {tempspace_cli-1.2.3 → tempspace_cli-1.2.4}/README.md +0 -0
- {tempspace_cli-1.2.3 → tempspace_cli-1.2.4}/cli/__init__.py +0 -0
- {tempspace_cli-1.2.3 → tempspace_cli-1.2.4}/setup.cfg +0 -0
- {tempspace_cli-1.2.3 → tempspace_cli-1.2.4}/tempspace_cli.egg-info/SOURCES.txt +0 -0
- {tempspace_cli-1.2.3 → tempspace_cli-1.2.4}/tempspace_cli.egg-info/dependency_links.txt +0 -0
- {tempspace_cli-1.2.3 → tempspace_cli-1.2.4}/tempspace_cli.egg-info/entry_points.txt +0 -0
- {tempspace_cli-1.2.3 → tempspace_cli-1.2.4}/tempspace_cli.egg-info/requires.txt +0 -0
- {tempspace_cli-1.2.3 → tempspace_cli-1.2.4}/tempspace_cli.egg-info/top_level.txt +0 -0
- {tempspace_cli-1.2.3 → tempspace_cli-1.2.4}/tests/test_cli.py +0 -0
- {tempspace_cli-1.2.3 → tempspace_cli-1.2.4}/tests/test_main.py +0 -0
|
@@ -111,7 +111,6 @@ def upload_file(console, filepath, hours, password, one_time, qr, url):
|
|
|
111
111
|
table.add_row("Expiration", f"{hours} hours")
|
|
112
112
|
table.add_row("Password", "[green]Yes[/green]" if password else "[red]No[/red]")
|
|
113
113
|
table.add_row("One-Time Download", "[green]Yes[/green]" if one_time else "[red]No[/red]")
|
|
114
|
-
console.print(table)
|
|
115
114
|
|
|
116
115
|
# --- Prepare Upload ---
|
|
117
116
|
upload_url = f"{url.rstrip('/')}"
|
|
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
|