瀏覽代碼

update git

RMaixtr 1 年之前
父節點
當前提交
e5ca054f48
共有 1 個文件被更改,包括 0 次插入1 次删除
  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')