Commit 77882cd2 authored by Jose Ernesto Suarez's avatar Jose Ernesto Suarez

maybe like this

parent e9a46110
......@@ -174,7 +174,7 @@ module Wedoops
if response[:code] == "INVALID_TOKEN"
@logger.debug("Repeating the call #{repeat[:method]}")
self.login
self.send(repeat[:method], *repeat[:parameters])
return self.send(repeat[:method], *repeat[:parameters])
end
else
@logger.debug("Unexpected response #{response.code}")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment