about summary refs log tree commit diff
path: root/oeb.py
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2021-10-22 09:17:34 -0400
committerZach DeCook <zachdecook@librem.one>2021-10-22 09:17:34 -0400
commita8308bd49dff5781e307309b1b9797b4fdbb6f83 (patch)
tree9bd95e295d05015d879a09058f29d66df5139848 /oeb.py
parent3fd01042c537554dee6f540052df3e84ed4c8790 (diff)
downloadcgi-bin-a8308bd49dff5781e307309b1b9797b4fdbb6f83.tar.gz
improve bible scripts
Diffstat (limited to 'oeb.py')
-rwxr-xr-xoeb.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/oeb.py b/oeb.py
index fcf05d5..7e97b26 100755
--- a/oeb.py
+++ b/oeb.py
@@ -39,6 +39,8 @@ def main(qs):
     for line in f:
       if f'\\c {startc}' == line.strip():
         printing = 1
+        if startv <= 1:
+          printing = 2
       if printing == 1 and (f'\\v {startv} ' in line or f'\\v {startv}' == line.strip()):
         printing =2
       if (f'\\c {endc}') == line.strip():