diff options
-rwxr-xr-x | bin/reproducible_html_live_status.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_live_status.py b/bin/reproducible_html_live_status.py index d9f74880..e6761e57 100755 --- a/bin/reproducible_html_live_status.py +++ b/bin/reproducible_html_live_status.py @@ -43,7 +43,7 @@ def generate_live_status(): html += '</table></p>\n' destfile = BASE + '/live_status.html' desturl = REPRODUCIBLE_URL + '/live_status.html' - write_html_page(title=title, body=html, destfile=destfile, style_note=True) + write_html_page(title=title, body=html, destfile=destfile) log.info("Package page generated at " + desturl) if __name__ == '__main__': |