Fix build break
This commit is contained in:
parent
2ada8c7215
commit
5874eafa4b
4
buku
4
buku
@ -1605,8 +1605,8 @@ class BukuDb:
|
|||||||
self.conn.commit()
|
self.conn.commit()
|
||||||
print('All bookmarks deleted')
|
print('All bookmarks deleted')
|
||||||
return True
|
return True
|
||||||
else:
|
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def print_rec(self, index=0, low=0, high=0, is_range=False):
|
def print_rec(self, index=0, low=0, high=0, is_range=False):
|
||||||
"""Print bookmark details at index or all bookmarks if index is 0.
|
"""Print bookmark details at index or all bookmarks if index is 0.
|
||||||
|
Loading…
Reference in New Issue
Block a user