Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def load_project_id(json_file):
|
|
50 |
|
51 |
def download_gitlab_repo():
|
52 |
print("Start the upload_gitRepository function")
|
53 |
-
project_id =
|
54 |
encoded_project_id = urllib.parse.quote_plus(project_id)
|
55 |
|
56 |
# Define the URL to download the repository archive
|
|
|
50 |
|
51 |
def download_gitlab_repo():
|
52 |
print("Start the upload_gitRepository function")
|
53 |
+
project_id = load_project_id('repository_ids.json')
|
54 |
encoded_project_id = urllib.parse.quote_plus(project_id)
|
55 |
|
56 |
# Define the URL to download the repository archive
|