Cleanup Kobo integration
This commit is contained in:
@ -49,7 +49,6 @@ class _Settings(_Base):
|
||||
config_port = Column(Integer, default=constants.DEFAULT_PORT)
|
||||
config_certfile = Column(String)
|
||||
config_keyfile = Column(String)
|
||||
config_server_url = Column(String, default='')
|
||||
|
||||
config_calibre_web_title = Column(String, default=u'Calibre-Web')
|
||||
config_books_per_page = Column(Integer, default=60)
|
||||
@ -313,7 +312,6 @@ def _migrate_table(session, orm_class):
|
||||
|
||||
if changed:
|
||||
session.commit()
|
||||
session.query
|
||||
|
||||
def autodetect_calibre_binary():
|
||||
if sys.platform == "win32":
|
||||
|
Reference in New Issue
Block a user