Litewallets

This commit is contained in:
gerlofvanek
2026-01-28 16:05:52 +01:00
parent a04ce28ca2
commit afae62ae38
37 changed files with 10525 additions and 272 deletions

View File

@@ -676,7 +676,7 @@ class Test(unittest.TestCase):
def test_db(self):
db_test = DBMethods()
db_test.sqlite_file = ":memory:"
db_test.mxDB = threading.Lock()
db_test.mxDB = threading.RLock()
cursor = db_test.openDB()
try:
create_db_(db_test._db_con, logger)