vorstcavry commited on
Commit
ca675eb
1 Parent(s): c63a9ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -9,7 +9,8 @@ from sys import executable
9
  import subprocess
10
  import pathlib
11
  import gc
12
-
 
13
  def Gitclone(URI:str,ClonePath:pathlib.Path ) -> int :
14
  if pathlib.Path.exists(ClonePath):
15
  return 0
 
9
  import subprocess
10
  import pathlib
11
  import gc
12
+ import time
13
+ import subprocess
14
  def Gitclone(URI:str,ClonePath:pathlib.Path ) -> int :
15
  if pathlib.Path.exists(ClonePath):
16
  return 0