vici: Update get_pools() in Python and Ruby bindings
This commit is contained in:
@@ -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
|
||||
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user