Open shibumi opened 5 years ago
I tried to follow your README, where you do something like this: proxmox.get('nodes', node['node'], 'openvz')
and there you have more than 2 arguments as well...
It would be really nice if you could setup some documentation for your code that is more than the few examples in your README. Thanks a lot!
I have tested your README... looks like your examples in the README fail as well with: TypeError: __call__() takes from 1 to 2 positional arguments but 4 were given
I have the following code:
shouldn't this work? I try to get the information in
/nodes/<node>/qemu/<vmid>/config/description
, but instead I get this TypeError Exception: