mirror of
https://github.com/lnbits/lnbits.git
synced 2025-05-18 15:30:00 +02:00
check skip
This commit is contained in:
parent
7bfd8f3a62
commit
c5e0edd940
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user