From: Michal Sojka Date: Fri, 11 Apr 2014 13:54:00 +0000 (+0200) Subject: continuous: Add contact link to web page with graphs X-Git-Tag: pc-sw-update~27 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/43102682ce4a5cf6d9530f269f83708fad4bd3be continuous: Add contact link to web page with graphs --- diff --git a/continuous/www/wvperf2html.py b/continuous/www/wvperf2html.py index ab69dc0..e21ca16 100755 --- a/continuous/www/wvperf2html.py +++ b/continuous/www/wvperf2html.py @@ -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("""
+Contact: Michal Sojka """)