diff --git a/make_md.py b/make_md.py index 7a79381..a8f864d 100644 --- a/make_md.py +++ b/make_md.py @@ -6,7 +6,7 @@ update_journal = False update_recent = False -update_plot = True +update_plot = False myfile = open("HEPML.tex", encoding="utf8") myfile_readme = open("README.md","w", encoding="utf8")