scripts for my gemini capsule
Diffstat (limited to 'biblestudy.py')
| -rwxr-xr-x | biblestudy.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |