From c5e0edd9401ed48ca86e2371fd7b4924a0832280 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Fri, 25 Nov 2022 14:19:53 +0100 Subject: [PATCH] check skip --- tools/conv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/conv.py b/tools/conv.py index 541a0b75..ecc89c94 100644 --- a/tools/conv.py +++ b/tools/conv.py @@ -217,7 +217,7 @@ if os.path.isdir(args.sqlite_path): else: files = [args.sqlite_path] -excluded_exts = ["ext_lnurlpos.sqlite3"] +excluded_exts = ["ext_lnurlpos.sqlite3", "cashu.sqlite3"] for file in files: filename = os.path.basename(file) if filename.startswith("ext_") and filename not in excluded_exts: