python scripts for todos

This commit is contained in:
Norm Rasmussen
2022-10-25 16:56:21 -04:00
parent 87c9130e24
commit 36ab0e9086
12 changed files with 121 additions and 49 deletions

View File

@ -11,7 +11,7 @@ rootdir = "/Users/normrasmussen/Documents/Northpass/CustomerNotes/"
def findheadings():
headingsarray = []
with open(rootdir + "G2/G2.md", "r") as myfile:
with open(rootdir + "G2.md", "r") as myfile:
file = myfile.readlines()
for headings in file:
if "##" in headings: