mrfakename commited on
Commit
60912d2
1 Parent(s): 7e055a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def move_files_and_subdirs(source_dir):
21
  print(f"Ignoring: {src_path} as it is neither a file nor a directory")
22
 
23
 
24
- subprocess.run(['git', 'clone', 'https://github.com/metavoiceio/metavoice-src', './mvsrc'])
25
  time.sleep(3)
26
  move_files_and_subdirs("mvsrc")
27
  print(subprocess.run(['ls']))
 
21
  print(f"Ignoring: {src_path} as it is neither a file nor a directory")
22
 
23
 
24
+ subprocess.run(['git', 'clone', 'https://github.com/fakerybakery/metavoice-src', './mvsrc'])
25
  time.sleep(3)
26
  move_files_and_subdirs("mvsrc")
27
  print(subprocess.run(['ls']))