scripts for my gemini capsule
asv: cleanup etc
Zach DeCook 2021-04-26
parent e87db3a · commit 777a5e7
-rwxr-xr-xasv.py7
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 '')