Removed Port global variable.

Change-Id: I89c45823a2c7fe0185f2e5aacca8cc4174166f72
This commit is contained in:
Fabio Verboso 2020-01-27 18:17:55 +01:00
parent 979eb700d0
commit aa6d215ba0
1 changed files with 0 additions and 1 deletions

View File

@ -562,7 +562,6 @@ class ConductorEndpoint(object):
port_socat = random.randint(10000, 20000)
i += 1
global Port
Port.insert(0, port_socat)
r_tcp_port = str(port_socat)