mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
py3 porting
This commit is contained in:
parent
6057bcbb5a
commit
157c5a1cb7
@ -684,7 +684,7 @@ class Main(MainWindow, MainWindowMixin, DeviceMixin, EmailMixin, # {{{
|
|||||||
tags += list(data['tags'])
|
tags += list(data['tags'])
|
||||||
self.current_db.new_api.set_field('tags', {book_id: tags})
|
self.current_db.new_api.set_field('tags', {book_id: tags})
|
||||||
else:
|
else:
|
||||||
prints(u'Ignoring unknown message from other instance: %r' % msg[:20])
|
prints('Ignoring unknown message from other instance: %r' % msg[:20])
|
||||||
|
|
||||||
def current_view(self):
|
def current_view(self):
|
||||||
'''Convenience method that returns the currently visible view '''
|
'''Convenience method that returns the currently visible view '''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user