casting port from jira local download to an int

This commit is contained in:
Quim
2020-02-21 16:09:25 +01:00
parent f4634d03bd
commit 7fe2f9a5c1

View File

@ -305,6 +305,7 @@ class JiraAPI(object):
hostname = asset_info[2]
if proto_port != "N/A/N/A":
protocol, port = proto_port.split("/")
port = int(port)
asset_dict = {
"host": ip,