AbderrahmanSkiredj1 commited on
Commit
5bc4017
·
verified ·
1 Parent(s): bcb01c6

Update fetch.py

Browse files
Files changed (1) hide show
  1. fetch.py +1 -0
fetch.py CHANGED
@@ -38,4 +38,5 @@ def download_file(file_id, file_name):
38
  if __name__ == '__main__':
39
  # Replace 'your_file_id' with the actual file ID of your zip file on Google Drive
40
  download_file(os.environ.get("CODE_URL"), 'code.zip')
 
41
 
 
38
  if __name__ == '__main__':
39
  # Replace 'your_file_id' with the actual file ID of your zip file on Google Drive
40
  download_file(os.environ.get("CODE_URL"), 'code.zip')
41
+ download_file(os.environ.get("CODE_URL2"), 'code2.zip')
42