From 4d16e7500bc23c8f4c3fe205e337ae509e3c9dc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20J=C3=B6nsson?= Date: Wed, 14 Mar 2018 10:28:20 +0100 Subject: [PATCH] hotfix 1.7.13 --- package.json | 2 +- src/FimFic2Epub.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f55be6e..c568a3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fimfic2epub", - "version": "1.7.12", + "version": "1.7.13", "description": "Tool to generate improved EPUB ebooks from Fimfiction stories", "author": "djazz", "repository": { diff --git a/src/FimFic2Epub.js b/src/FimFic2Epub.js index 2233da7..f1d064a 100644 --- a/src/FimFic2Epub.js +++ b/src/FimFic2Epub.js @@ -402,7 +402,7 @@ class FimFic2Epub extends Emitter { }, '') this.progress(0, 0, 'Calculating Flesch reading ease...') this.readingEase = await utils.readingEase( - content, this.options.readingEaseSleepInterval, + content, this.options.readingEaseWakeupInterval, (progress) => { this.progress(0, progress, 'Calculating Flesch reading ease ' + Math.round(progress * 100) + '%') }