hotfix 1.7.13

This commit is contained in:
Daniel Jönsson 2018-03-14 10:28:20 +01:00
parent c3b6b454b3
commit 4d16e7500b
2 changed files with 2 additions and 2 deletions

View file

@ -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": {

View file

@ -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) + '%')
}