about summary refs log tree commit diff
path: root/biblestudy.py
diff options
context:
space:
mode:
Diffstat (limited to 'biblestudy.py')
-rwxr-xr-xbiblestudy.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/biblestudy.py b/biblestudy.py
index 6e92659..d1061b1 100755
--- a/biblestudy.py
+++ b/biblestudy.py
@@ -7,6 +7,7 @@ import sys
 from lsv import printlsv
 from oeb import printoeb
 from webp import printwebp
+from bsb import printbsb
 
 def main(qs):
   if not qs:
@@ -20,6 +21,7 @@ def main(qs):
   print("# " + passages[0].format())
   # Attribution of minor citations for personal or non-commercial use can be provided as simply “LSV” or “Literal Standard Version.” Citations for commercial use, or distribution of the entire LSV Bible or entire book(s) of the LSV Bible, must be fully attributed and include both “Literal Standard Version (LSV)” and the name of our organization.
   printlsv([passages[0]], False, passages[0].length() > 5)
+  printbsb([passages[0]], False, False)
   printoeb([passages[0]], False, False)
   printwebp([passages[0]], False, False)
   printwebp([passages[0]], False, False, printStrongs=True)