Spaces:
Running
Running
fix2
Browse files
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()
|