calcurse-caldav: Fix --init=keep-local

Fixes a regression introduced in badbd71 (calcurse-caldav: Add a debug
mode, 2016-01-23).

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Lukas Fleischer 2016-01-25 07:47:48 +01:00
parent 4a14103d38
commit 5abef70ee5

View File

@ -161,7 +161,7 @@ def remote_wipe(conn):
if dry_run:
return
remote_query("DELETE", path, headers, None)
remote_query("DELETE", path, {}, None)
def get_syncdb(fn):
if not os.path.exists(fn):