Commit d618e305 authored by yogesh.m's avatar yogesh.m

Update main.py

parent e98b0d16
......@@ -15,7 +15,7 @@ if(os.path.exists("Linux_Hardening_Report.csv")):
os.remove("Linux_Hardening_Report.csv")
file=open('Linux_Hardening_Report.csv',"a", newline='')
read_file=csv.reader(file)
fieldnames = ['Standard','Input', 'Requirement', 'Remedition','Output']
fieldnames = ['Standard','Input', 'Requirement', 'Remedition','Output','Comment']
write_file = csv.DictWriter(file, fieldnames=fieldnames)
write_file.writeheader()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment