Skip to content
Snippets Groups Projects
Commit 3861b8e3 authored by NGUYEN Do Duc Anh's avatar NGUYEN Do Duc Anh
Browse files

fix f is float

parent 1b78f0fa
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ def generate_topohub_GNS3_topology():
if len(sys.argv) > 4:
topology_name = sys.argv[1]
gns3manager.malware_instance = 0 if sys.argv[2].strip() == "wannacry" else 1
f = int(sys.argv[3])
f = float(sys.argv[3])
p_NAT = int(sys.argv[4])
topo = topohub.get(topology_name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment