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:
parent
4a14103d38
commit
5abef70ee5
@ -161,7 +161,7 @@ def remote_wipe(conn):
|
|||||||
if dry_run:
|
if dry_run:
|
||||||
return
|
return
|
||||||
|
|
||||||
remote_query("DELETE", path, headers, None)
|
remote_query("DELETE", path, {}, None)
|
||||||
|
|
||||||
def get_syncdb(fn):
|
def get_syncdb(fn):
|
||||||
if not os.path.exists(fn):
|
if not os.path.exists(fn):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user