Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
Warning comment, possibly #96?
Browse files Browse the repository at this point in the history
  • Loading branch information
lgv-0 committed Apr 20, 2020
1 parent 43bc847 commit ca4cc17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/database/seeds/seeds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ function MakeStory(child, page, transcribe) {
Temp.story.page1 = page;
Temp.transcribed_text = new Transcribed_Pages();
Temp.transcribed_text.t_page1 = transcribe;

//Currently py scripts will crash without this
Temp.flesch_reading_ease = 36.96;
Temp.smog_index = 0;
Temp.flesch_kincaid_grade = 10.3;
Expand Down

0 comments on commit ca4cc17

Please sign in to comment.