From de70ef48ada220dc04fd632e33ef36946574241f Mon Sep 17 00:00:00 2001 From: shivam Date: Tue, 22 Jan 2019 10:23:52 +0530 Subject: [PATCH] made requested changes --- kwikapi/protocols.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kwikapi/protocols.py b/kwikapi/protocols.py index 42b68a7..b50ca26 100644 --- a/kwikapi/protocols.py +++ b/kwikapi/protocols.py @@ -42,8 +42,9 @@ def should_wrap(): kwikapi will wrap the response as - {success: value, result: value} - This is applicable to all the protocols, - except the raw protocol + This method, can used in above situation, + if no wrapping is required, + override this method in the protocol class. ''' return True