From 1f3f3e38ddf14c4732a228b0efcac9e5e81a8049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= Date: Sat, 21 Nov 2015 14:47:51 +0100 Subject: [PATCH] sendGraph: Fix introductory comment nick MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- scripts/sendGraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sendGraph.py b/scripts/sendGraph.py index 01b166f..0c423a5 100755 --- a/scripts/sendGraph.py +++ b/scripts/sendGraph.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Based on Kubuxu sendGraph script. Requires Python 3, requests and cjdns. +# Based on Kyrias' sendGraph script. Requires Python 3, requests and cjdns. # You can install them using pip: pip3 install cjdns requests ############################################################################### # CONFIG