From 5c1fb051fcbc7842bb4f6e879684cda9d7a14cdb Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 18 Jul 2011 00:06:18 +0200 Subject: closed #364, changes to online check api --- module/remote/thriftbackend/thriftgen/pyload/Pyload.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/remote/thriftbackend/thriftgen/pyload/Pyload.py') diff --git a/module/remote/thriftbackend/thriftgen/pyload/Pyload.py b/module/remote/thriftbackend/thriftgen/pyload/Pyload.py index 009d850c2..008c42a56 100644 --- a/module/remote/thriftbackend/thriftgen/pyload/Pyload.py +++ b/module/remote/thriftbackend/thriftgen/pyload/Pyload.py @@ -3777,7 +3777,7 @@ class checkOnlineStatus_result(TBase): ] thrift_spec = ( - (0, TType.I32, 'success', None, None, ), # 0 + (0, TType.STRUCT, 'success', (OnlineCheck, OnlineCheck.thrift_spec), None, ), # 0 ) def __init__(self, success=None,): @@ -3814,7 +3814,7 @@ class pollResults_result(TBase): ] thrift_spec = ( - (0, TType.MAP, 'success', (TType.STRING,None,TType.MAP,(TType.STRING,None,TType.STRUCT,(OnlineStatus, OnlineStatus.thrift_spec))), None, ), # 0 + (0, TType.STRUCT, 'success', (OnlineCheck, OnlineCheck.thrift_spec), None, ), # 0 ) def __init__(self, success=None,): -- cgit v1.2.3