summaryrefslogtreecommitdiff
path: root/src/backend/recoverdb.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/recoverdb.py')
-rw-r--r--src/backend/recoverdb.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/recoverdb.py b/src/backend/recoverdb.py
index 59675ad..7509052 100644
--- a/src/backend/recoverdb.py
+++ b/src/backend/recoverdb.py
@@ -17,5 +17,5 @@ def start():
if os.path.exists(sisyphus.getfs.lcl_db):
os.remove(sisyphus.getfs.lcl_db)
- sisyphus.syncdb.remoteTable()
- sisyphus.syncdb.localTable()
+ sisyphus.syncdb.rmt_tbl()
+ sisyphus.syncdb.lcl_tbl()