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

2
buku
View File

@ -1605,7 +1605,7 @@ 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):