mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-22 14:22:55 +01:00
check skip
This commit is contained in:
parent
f390bc8798
commit
e3510e5133
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,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…
Add table
Reference in a new issue