Skip to content
Snippets Groups Projects
Commit 43102682 authored by Michal Sojka's avatar Michal Sojka
Browse files

continuous: Add contact link to web page with graphs

parent ef298572
No related branches found
No related tags found
No related merge requests found
......@@ -355,7 +355,8 @@ $.getJSON('%(dataname)s', function(data) {
'options': graph.options_json()})
print(graph.getData(), file=open(graph.dataname, 'w'))
print("Generated on "+time.strftime("%Y-%m-%d %H:%M %z"))
print("""
print("""<br />
Contact: <a href="mailto:sojkam1@fel.cvut.cz">Michal Sojka</a>
</body>
</html>
""")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment