Oupsi missing arg on insertion in router
This commit is contained in:
parent
1aef277520
commit
112223314d
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -49,4 +49,4 @@ out = ipv4(args.prefix, ipl, macl)
|
|||
|
||||
# Insert the list
|
||||
insert_whmcs_ipv4(out, args.interface, db, debug)
|
||||
insert_router_ipv4(out, "", SSH_HOST, SSH_PORT, SSH_USER, SSH_KEY, debug)
|
||||
insert_router_ipv4(out, args.interface, SSH_HOST, SSH_PORT, SSH_USER, SSH_KEY, debug)
|
||||
|
|
Loading…
Reference in a new issue