Parcourir la source

更新 'backup/preset/app/pull.py'

junhuanchen il y a 1 an
Parent
commit
c9674c733a
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      backup/preset/app/pull.py

+ 2 - 1
backup/preset/app/pull.py

@@ -12,6 +12,7 @@ def rw():
 localrep = "/home/"
 
 rw()
-unlock_file(unlockfile)
+
 porcelain.pull(localrep)
+os.remove("/root/CocoPi.py")
 ro()