Update fetch.py
Browse files
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 |
|