Add mark as non-linear division mannally

This commit is contained in:
2024-03-15 21:00:36 +08:00
parent b62571f711
commit 8a6518f4b6
6 changed files with 164 additions and 57 deletions

2
key.py
View File

@@ -43,6 +43,6 @@ def import_keys(key: str, db: CwmDb, force=False):
count += 1
print(f'Imported {count} keys.')
finally:
db._db.commit()
db.commit()
if is_zip:
z.close()