summaryrefslogtreecommitdiff
path: root/src/backend/recoverDatabase.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/recoverDatabase.py')
-rw-r--r--src/backend/recoverDatabase.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/recoverDatabase.py b/src/backend/recoverDatabase.py
index a17c9f1..03e57a2 100644
--- a/src/backend/recoverDatabase.py
+++ b/src/backend/recoverDatabase.py
@@ -16,5 +16,5 @@ def start():
if os.path.exists(sisyphus.getFilesystem.localDatabase):
os.remove(sisyphus.getFilesystem.localDatabase)
- sisyphus.syncDatabase.syncRemote()
- sisyphus.syncDatabase.syncLocal()
+ sisyphus.syncDatabase.remoteTable()
+ sisyphus.syncDatabase.localTable()