check skip
This commit is contained in:
+1
-1
@@ -217,7 +217,7 @@ if os.path.isdir(args.sqlite_path):
|
|||||||
else:
|
else:
|
||||||
files = [args.sqlite_path]
|
files = [args.sqlite_path]
|
||||||
|
|
||||||
excluded_exts = ["ext_lnurlpos.sqlite3"]
|
excluded_exts = ["ext_lnurlpos.sqlite3", "cashu.sqlite3"]
|
||||||
for file in files:
|
for file in files:
|
||||||
filename = os.path.basename(file)
|
filename = os.path.basename(file)
|
||||||
if filename.startswith("ext_") and filename not in excluded_exts:
|
if filename.startswith("ext_") and filename not in excluded_exts:
|
||||||
|
|||||||
Reference in New Issue
Block a user