about summary refs log tree commit diff
path: root/biblestudy.py
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2023-12-11 20:04:39 -0500
committerZach DeCook <zachdecook@librem.one>2023-12-11 20:04:39 -0500
commit6e07db43e3efb4b9eb176ae0229bff0cc81737b3 (patch)
tree0fbc2ef20b2aecbf1d5c0dedb92af216d33446fc /biblestudy.py
parentc07fe9cbcb7268c7eee9912e33cb0a2ef277941b (diff)
downloadcgi-bin-6e07db43e3efb4b9eb176ae0229bff0cc81737b3.tar.gz
biblestudy: add hboWLC
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)