Browse Source

update git

RMaixtr 1 year ago
parent
commit
e5ca054f48
1 changed files with 0 additions and 1 deletions
  1. 0 1
      backup/preset/app/pull.py

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

@@ -32,7 +32,6 @@ hello_img.draw_string(10, 100, Author, scale=1.0, color=(255, 255, 255), thickne
 hello_img.draw_string(10, 150, Date, scale=1.0, color=(255, 255, 255), thickness=1)
 hello_img.draw_string(10, 200, message, scale=1.0, color=(255, 255, 255), thickness=1)
 display.show(hello_img)
-time.sleep(2)
 
 os.system('chmod -R 777 /home')
 os.system('rsync -r --checksum /home/backup/ /root')