scripts for my gemini capsule
Diffstat (limited to 'tcgnt.py')
| -rwxr-xr-x | tcgnt.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ def printtcgnt(passages, title=True, plug=True, printStrongs=False): inendc = False bookn = passage.start.book #eprint(bookn) + if bookn-38 < 2: + return f = open(books[bookn-38]) startc = passage.start.chapter startv= passage.start.verse |