diff options
| author | Zach DeCook <zachdecook@librem.one> | 2021-04-26 08:21:05 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2021-04-26 08:21:05 -0400 |
| commit | 777a5e73401d464ed130aa5342e33e3af4263d50 (patch) | |
| tree | ebb4ccf235d1d6dd4364756cc69342cbbf02c6ef /asv.py | |
| parent | e87db3a95944a47ab95ea530e9b710904aa03016 (diff) | |
| download | cgi-bin-777a5e73401d464ed130aa5342e33e3af4263d50.tar.gz | |
asv: cleanup etc
Diffstat (limited to 'asv.py')
| -rwxr-xr-x | asv.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/asv.py b/asv.py index 2f82304..3e42145 100755 --- a/asv.py +++ b/asv.py @@ -29,12 +29,7 @@ def main(qs): printing = 0 if printing >= 1: printf(convertBlock(thing)) - - -# for line in open("asv.xml.gmi"): -# if line == '### ' + passage.start.format().split(':')[0]: -# printing = 1 -# elif + # TODO: check for verses nested elements if __name__ == '__main__': qs = os.getenv("QUERY_STRING") or (sys.argv[1] if len(sys.argv) >= 2 else '') |
