diff --git a/lib/proxmox.js b/lib/proxmox.js index 3bc8a81..b76c1ea 100644 --- a/lib/proxmox.js +++ b/lib/proxmox.js @@ -381,8 +381,7 @@ module.exports = function(name, pwd, hostname) { url = '/storage/'; get(url,data,callback); }, - getQemu: function (node, callback) { - data = {}; + getQemu: function (node, data, callback) { url = '/nodes/' + node + '/qemu'; get(url,data,callback); },