soiz commited on
Commit
d893df4
1 Parent(s): f360902

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/titaniumnetwork-dev/Alu.git --recursive {temp_dir}")
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.")