vici: Update get_pools() in Python and Ruby bindings

This commit is contained in:
Tobias Brunner
2017-02-16 19:21:12 +01:00
parent 71fa1224ec
commit d20bf50e04
2 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -492,8 +492,8 @@ module Vici
##
# Get the currently loaded pools.
def get_pools()
@transp.request("get-pools").root
def get_pools(options)
@transp.request("get-pools", Message.new(options)).root
end
##