From e4be862a7857f9d0ebd5308437de1531e694b685 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Thu, 7 Mar 2024 08:49:50 -0500 Subject: plans: drop OEB BSB and webp are more faithful --- biblestudy.py | 1 + 1 file changed, 1 insertion(+) (limited to 'biblestudy.py') diff --git a/biblestudy.py b/biblestudy.py index 65f55e2..2870ad4 100755 --- a/biblestudy.py +++ b/biblestudy.py @@ -12,6 +12,7 @@ from tcgnt import printtcgnt from hboWLC import printhboWLC def main(qs): + qs = qs.replace('%20',' ') if not qs: print("10 Enter a scripture reference\r\n") return -- cgit 1.4.1