From a63df0ea4210629bd94603a2967ec94912b1fc7f Mon Sep 17 00:00:00 2001 From: Christopher Stone Date: Thu, 8 Mar 2018 20:20:30 +0000 Subject: [PATCH] Changed shebang to point to python3, since that seems to work properly now --- robots/little_john/telemetry/code/monitor/graph_plotter_rewrite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robots/little_john/telemetry/code/monitor/graph_plotter_rewrite.py b/robots/little_john/telemetry/code/monitor/graph_plotter_rewrite.py index 9aac689..6a88260 100755 --- a/robots/little_john/telemetry/code/monitor/graph_plotter_rewrite.py +++ b/robots/little_john/telemetry/code/monitor/graph_plotter_rewrite.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 # Tool to draw live graphs of data coming in from serial port # Written as a telemetry tool by: -- libgit2 0.21.2