surp-hovhannes / bahk

App for Christians curious about how, when, and why to fast
MIT License
3 stars 1 forks source link

Bugfix/issue 77 handle webscrape failure #78

Closed andylitalo closed 2 weeks ago

andylitalo commented 2 weeks ago

Bugfix

Note: the readings view now returns the chapter and verses as a fully labeled dictionary, i.e., Matthew 24:1-25:3 would be returned as

{
  "Matthew": {
    "start_chapter": "24",
    "start_verse": "1",
    "end_chapter": "25,
    "end_verse": "3"
  }
}