Fix build break

This commit is contained in:
Arun Prakash Jana 2019-01-02 00:24:51 +05:30
parent 2ada8c7215
commit 5874eafa4b
No known key found for this signature in database
GPG Key ID: A75979F35C080412

4
buku
View File

@ -1605,8 +1605,8 @@ class BukuDb:
self.conn.commit()
print('All bookmarks deleted')
return True
else:
return False
return 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.