Skip to content

Commit e928756

Browse files
author
Aleksej Jocic
committed
change VERSION
1 parent c0041f7 commit e928756

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tmap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ import time
77
from ipaddress import *
88
import threading
99

10-
VERSION='1.2.1'
10+
VERSION='1.3.0'
1111

1212
def getPortInfo(port, portfile):
1313
"""
1414
Get info about service commonly used on this port
1515
"""
16+
## Start reading the file from start of the file
17+
portfile.seek(0)
1618
## Read every line until EOF
1719
line = "init"
1820
while line != '':

0 commit comments

Comments
 (0)