fix of fix...

This commit is contained in:
Quim
2020-02-21 16:17:00 +01:00
parent 7fe2f9a5c1
commit 4974be02b4

View File

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