mirror of
https://github.com/janeczku/calibre-web
synced 2025-10-21 02:27:40 +00:00
code cosmetics
This commit is contained in:
@@ -366,6 +366,7 @@ class Updater(threading.Thread):
|
||||
def one_minus_two(self, one, two):
|
||||
return [x for x in one if x not in set(two)]
|
||||
|
||||
@classmethod
|
||||
def reduce_dirs(self, delete_files, new_list):
|
||||
new_delete = []
|
||||
for file in delete_files:
|
||||
|
Reference in New Issue
Block a user