mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 19:22:22 +01:00
10.0.5
This commit is contained in:
@@ -58,7 +58,7 @@ def main():
|
||||
for future in as_completed(futures):
|
||||
try:
|
||||
uploaded_url, uploaded_key = future.result()
|
||||
print(f"Uploaded: {uploaded_url} -> s3://{bucket_name}/{uploaded_key}")
|
||||
print(f"Uploaded: {uploaded_url}")
|
||||
except Exception as e:
|
||||
print(f"Error uploading: {e}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user