diff options
Diffstat (limited to 'backend')
-rw-r--r-- | backend/resilient/freenet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/resilient/freenet.py b/backend/resilient/freenet.py index 0f5e741..92affef 100644 --- a/backend/resilient/freenet.py +++ b/backend/resilient/freenet.py @@ -19,7 +19,7 @@ class freesitemgr(): pass def push(self): - if not ikiwiki.synced or not found or not running: + if not ikiwiki.synced or not freesitemgr.found or not running: return False config_path = os.path.join(auth_path, 'freesitemgr') status = os.system("freesitemgr -c '%s' -v -r 1 update" % config_path) |