scripts for my gemini capsule
Diffstat (limited to 'biblestudy.py')
-rwxr-xr-xbiblestudy.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/biblestudy.py b/biblestudy.py
index 71cea74..65f55e2 100755
--- a/biblestudy.py
+++ b/biblestudy.py
@@ -9,6 +9,7 @@ from oeb import printoeb
from webp import printwebp
from bsb import printbsb
from tcgnt import printtcgnt
+from hboWLC import printhboWLC
def main(qs):
if not qs:
@@ -29,7 +30,8 @@ def main(qs):
print()
printtcgnt([passages[0]], False, False)
printtcgnt([passages[0]], False, False, printStrongs=True)
-
+ printhboWLC([passages[0]], False, False)
+ printhboWLC([passages[0]], False, False, printStrongs=True)