Return correct GSource callback return value
This commit is contained in:
parent
f2161d533b
commit
46a6122d26
@ -185,6 +185,7 @@ class GlibXMLRPCTransport(xmlrpclib.Transport):
|
|||||||
if len(response) == 1:
|
if len(response) == 1:
|
||||||
response = response[0]
|
response = response[0]
|
||||||
gobject.idle_add(request_cb, RESULT_SUCCESS, response, user_data)
|
gobject.idle_add(request_cb, RESULT_SUCCESS, response, user_data)
|
||||||
|
return False
|
||||||
|
|
||||||
class _Method:
|
class _Method:
|
||||||
"""Right, so python people thought it would be funny to make this
|
"""Right, so python people thought it would be funny to make this
|
||||||
|
Loading…
Reference in New Issue
Block a user