diff options
Diffstat (limited to 'app/scripts/makeReport.py')
-rw-r--r-- | app/scripts/makeReport.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 = [] |