We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c658379 commit ad6d352Copy full SHA for ad6d352
final_script.py
@@ -128,10 +128,10 @@ def download_all_repos(folder_id):
128
return repo_count
129
130
# Main execution
131
-ensure_folder_exists(FOLDER_ID)
+ensure_folder_exists(folder_id)
132
133
-repo_count = download_all_repos(FOLDER_ID)
+repo_count = download_all_repos(folder_id)
134
135
print(f"\n--- Backup Complete ---")
136
print(f"Total Repositories Uploaded: {repo_count}")
137
-print(f"Google Drive Folder Path: https://drive.google.com/drive/folders/{FOLDER_ID}")
+print(f"Google Drive Folder Path: https://drive.google.com/drive/folders/{folder_id}")
0 commit comments