bupa1018 commited on
Commit
e75a82f
·
1 Parent(s): e7f96d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = config['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