tmunzer / mist_library

Python scripts demoing Mist APIs possibilities.
MIT License
29 stars 13 forks source link

script org_inventory_deploy.py not working #16

Closed R1ckkaY closed 1 year ago

R1ckkaY commented 1 year ago

when executing script org_inventory_deploy.py i get the following error:

Traceback (most recent call last):
  File "org_inventory_deploy.py", line 943, in <module>
    start(
TypeError: start() got an unexpected keyword argument 'org_name'

could you help with this? I reinstalled Python and updated the mistapi pip package to no avail.

tmunzer commented 1 year ago

Hi,

It should be fixed, can you give it a try? There was an error in the function parameter name.

R1ckkaY commented 1 year ago

Hi,

Yes it works like a charm now, thanks for fixing!