From c07fe9cbcb7268c7eee9912e33cb0a2ef277941b Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Mon, 11 Dec 2023 23:42:33 +0000 Subject: tcgnt: fix problems --- biblestudy.py | 1 + 1 file changed, 1 insertion(+) (limited to 'biblestudy.py') diff --git a/biblestudy.py b/biblestudy.py index b3c8a54..71cea74 100755 --- a/biblestudy.py +++ b/biblestudy.py @@ -26,6 +26,7 @@ def main(qs): printoeb([passages[0]], False, False) printwebp([passages[0]], False, False) printwebp([passages[0]], False, False, printStrongs=True) + print() printtcgnt([passages[0]], False, False) printtcgnt([passages[0]], False, False, printStrongs=True) -- cgit 1.4.1