Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def clone_and_setup_repo():
|
|
13 |
shutil.rmtree(temp_dir)
|
14 |
|
15 |
print("Cloning the repository...")
|
16 |
-
result = os.system(f"git clone https://github.com/
|
17 |
|
18 |
if result != 0:
|
19 |
print("Error: Failed to clone the repository.")
|
|
|
13 |
shutil.rmtree(temp_dir)
|
14 |
|
15 |
print("Cloning the repository...")
|
16 |
+
result = os.system(f"git clone https://github.com/izum00/Alu.git --recursive {temp_dir}")
|
17 |
|
18 |
if result != 0:
|
19 |
print("Error: Failed to clone the repository.")
|