This commit is contained in:
Martin Lensment 2014-08-13 11:34:28 +03:00
parent 5e6a6566e4
commit 9371b2ad67

View file

@ -4,7 +4,7 @@ module Epp
end
# handles connection and login automatically
def epp_request(data)
def epp_request(filename)
begin
parse_response(server.request(read_body(filename)))
rescue Exception => e