This commit is contained in:
j 2016-01-13 23:18:32 +05:30
commit b33d066322
4 changed files with 7 additions and 2 deletions

View file

@ -77,6 +77,8 @@ def run_scan():
continue
f = os.path.join(root, f)
ext = f.split('.')[-1]
if ext == 'kepub':
ext = 'epub'
if ext in extensions:
books.append(f)