mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
add db.interrupt()
This commit is contained in:
parent
ce83001be6
commit
738ab23bec
1 changed files with 2 additions and 0 deletions
|
@ -97,3 +97,5 @@ class DB(object):
|
||||||
def totalChanges(self):
|
def totalChanges(self):
|
||||||
return self._db.total_changes
|
return self._db.total_changes
|
||||||
|
|
||||||
|
def interrupt(self):
|
||||||
|
self._db.interrupt()
|
||||||
|
|
Loading…
Reference in a new issue