From f6500b1ed9a7ef6988267cb9bfe9cb4c2ee52fbf Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Mon, 11 Dec 2023 22:42:47 +0000 Subject: biblestudy: show strongs numbers in webp --- biblestudy.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'biblestudy.py') diff --git a/biblestudy.py b/biblestudy.py index 57356eb..6e92659 100755 --- a/biblestudy.py +++ b/biblestudy.py @@ -22,6 +22,8 @@ def main(qs): printlsv([passages[0]], False, passages[0].length() > 5) printoeb([passages[0]], False, False) printwebp([passages[0]], False, False) + printwebp([passages[0]], False, False, printStrongs=True) + -- cgit 1.4.1