From e92875676ae3ca3614c915debf9d8b08bd892e21 Mon Sep 17 00:00:00 2001 From: Aleksej Jocic Date: Sun, 2 Jun 2019 00:03:30 +0200 Subject: change VERSION --- tmap | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tmap b/tmap index b1b7c3a..b36bbc7 100755 --- a/tmap +++ b/tmap @@ -7,12 +7,14 @@ import time from ipaddress import * import threading -VERSION='1.2.1' +VERSION='1.3.0' def getPortInfo(port, portfile): """ Get info about service commonly used on this port """ + ## Start reading the file from start of the file + portfile.seek(0) ## Read every line until EOF line = "init" while line != '': -- cgit v1.2.3