From 7a09b2df045ca237fee34d2d8675ae5756e996e5 Mon Sep 17 00:00:00 2001 From: Colcothar <33038729+Colcothar@users.noreply.github.com> Date: Fri, 4 Oct 2019 17:51:33 +0100 Subject: [PATCH] Update Text Parse.py Adds explanation line --- Text Parse/Text Parse.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Text Parse/Text Parse.py b/Text Parse/Text Parse.py index 79edbbf..3823ac1 100644 --- a/Text Parse/Text Parse.py +++ b/Text Parse/Text Parse.py @@ -1,5 +1,8 @@ +# Takes an output ssh, and parse the long and lat. + from time import sleep -last_line = "0" +last_line = "0" + def is_number(s): try: float(s)