python scripts for todos
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user