From 6fe0c3114b33471ae640ec5887f77b2ba33cc35c Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 3 Oct 2020 19:11:04 +0530 Subject: added title,date to pdf --- app/scripts/makeReport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/scripts/makeReport.py') diff --git a/app/scripts/makeReport.py b/app/scripts/makeReport.py index 4f693ac..e12569c 100644 --- a/app/scripts/makeReport.py +++ b/app/scripts/makeReport.py @@ -49,7 +49,7 @@ name = doc.report.pdbid.cdata # print(("# " + (name.replace("_"," ")).replace("PROTEIN","")), end="\n\n") fallback = 0 -print("## Visualisation", end="\n\n") +print("# Visualisation", end="\n\n") print(f"![]({image})", end="\n\n") natural_ligands = [] -- cgit v1.2.3