BillPanda commited on
Commit
a0b2366
·
verified ·
1 Parent(s): 2235044
Files changed (1) hide show
  1. sync.py +1 -1
sync.py CHANGED
@@ -29,4 +29,4 @@ def backup():
29
  except Exception as e: print(f"Backup Error: {e}")
30
  if __name__ == "__main__":
31
  if len(sys.argv) > 1 and sys.argv[1] == "backup": backup()
32
- else: restore()'
 
29
  except Exception as e: print(f"Backup Error: {e}")
30
  if __name__ == "__main__":
31
  if len(sys.argv) > 1 and sys.argv[1] == "backup": backup()
32
+ else: restore()