Skip to content

Commit 0035e82

Browse files
committed
cps/editbooks.py: RENAME update_title_sort TO create_functions FOR PR #240
1 parent 16a1d69 commit 0035e82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cps/editbooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def move_mediafile(requested_file, current_user_name=None, shelf_id=None):
242242
log.info("Processing file: {}".format(requested_file))
243243
try:
244244
modify_date = False
245-
calibre_db.update_title_sort(config)
245+
calibre_db.create_functions(config)
246246
calibre_db.session.connection().connection.connection.create_function(
247247
"uuid4", 0, lambda: str(uuid4())
248248
)

0 commit comments

Comments
 (0)