Browse Source

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

junhuanchen 1 year ago
parent
commit
c9674c733a
1 changed files with 2 additions and 1 deletions
  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()