casting port from jira local download to an int
This commit is contained in:
@ -305,6 +305,7 @@ class JiraAPI(object):
|
|||||||
hostname = asset_info[2]
|
hostname = asset_info[2]
|
||||||
if proto_port != "N/A/N/A":
|
if proto_port != "N/A/N/A":
|
||||||
protocol, port = proto_port.split("/")
|
protocol, port = proto_port.split("/")
|
||||||
|
port = int(port)
|
||||||
|
|
||||||
asset_dict = {
|
asset_dict = {
|
||||||
"host": ip,
|
"host": ip,
|
||||||
|
Reference in New Issue
Block a user