mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-01 09:46:05 +01:00
py3 porting
This commit is contained in:
parent
6057bcbb5a
commit
157c5a1cb7
1 changed files with 1 additions and 1 deletions
|
|
@ -684,7 +684,7 @@ def another_instance_wants_to_talk(self):
|
|||
tags += list(data['tags'])
|
||||
self.current_db.new_api.set_field('tags', {book_id: tags})
|
||||
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):
|
||||
'''Convenience method that returns the currently visible view '''
|
||||
|
|
|
|||
Loading…
Reference in a new issue