From 43102682ce4a5cf6d9530f269f83708fad4bd3be Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 11 Apr 2014 15:54:00 +0200 Subject: [PATCH] continuous: Add contact link to web page with graphs --- continuous/www/wvperf2html.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 """) -- 2.39.2