diff options
| author | Zach DeCook <zachdecook@librem.one> | 2023-12-11 23:42:33 +0000 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2023-12-11 23:42:33 +0000 |
| commit | c07fe9cbcb7268c7eee9912e33cb0a2ef277941b (patch) | |
| tree | 33485f337df7659df8bc5a9e0f303525460d7f1f /biblestudy.py | |
| parent | 6d8988b6c7349e08393f1d51e7b09ea5fef008fd (diff) | |
| download | cgi-bin-c07fe9cbcb7268c7eee9912e33cb0a2ef277941b.tar.gz | |
tcgnt: fix problems
Diffstat (limited to 'biblestudy.py')
| -rwxr-xr-x | biblestudy.py | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
