From aaf45e0a3c06c7affeae2b412bb8db99e9ce3d86 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 30 Oct 2022 15:14:09 +0000 Subject: move syncDatabase -> syncdb --- src/backend/recoverdb.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/backend/recoverdb.py') diff --git a/src/backend/recoverdb.py b/src/backend/recoverdb.py index c429340..3c5cb78 100644 --- a/src/backend/recoverdb.py +++ b/src/backend/recoverdb.py @@ -3,7 +3,7 @@ import animation import os import sisyphus.getfs -import sisyphus.syncDatabase +import sisyphus.syncdb @animation.wait('recovering databases') def cliExec(): @@ -16,5 +16,5 @@ def cliExec(): if os.path.exists(sisyphus.getfs.localDatabase): os.remove(sisyphus.getfs.localDatabase) - sisyphus.syncDatabase.remoteTable() - sisyphus.syncDatabase.localTable() + sisyphus.syncdb.remoteTable() + sisyphus.syncdb.localTable() -- cgit v1.2.3