X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_ro%2Fvim_thread.py;h=d5301f1a6eafa3bf55fe3b4bea17537527dc731d;hb=80015b5b5b4309d89e3610dda528ebb2126378ee;hp=8d44f4728905c1b5fd2c413d9d4ae45d2de759b1;hpb=745e364fbf021950c0131e99aeac6b470c75c136;p=osm%2FRO.git diff --git a/osm_ro/vim_thread.py b/osm_ro/vim_thread.py index 8d44f472..d5301f1a 100644 --- a/osm_ro/vim_thread.py +++ b/osm_ro/vim_thread.py @@ -999,7 +999,7 @@ class vim_thread(threading.Thread): # CREATE params = task["params"] action_text = "creating VIM" - vim_net_id = self.vim.new_network(*params[0:2]) + vim_net_id = self.vim.new_network(*params[0:3]) net_name = params[0] net_type = params[1]