summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--you/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/you/__init__.py b/you/__init__.py
index dc440b79..726773ef 100644
--- a/you/__init__.py
+++ b/you/__init__.py
@@ -59,7 +59,7 @@ class Completion:
youChatSerpResults = findall(r'youChatSerpResults\ndata: (.*)\n\nevent', response.text)[0]
thirdPartySearchResults = findall(r"thirdPartySearchResults\ndata: (.*)\n\nevent", response.text)[0]
- slots = findall(r"slots\ndata: (.*)\n\nevent", response.text)[0]
+ #slots = findall(r"slots\ndata: (.*)\n\nevent", response.text)[0]
text = response.text.split('}]}\n\nevent: youChatToken\ndata: {"youChatToken": "')[-1]
text = text.replace('"}\n\nevent: youChatToken\ndata: {"youChatToken": "', '')
@@ -67,7 +67,7 @@ class Completion:
extra = {
'youChatSerpResults' : loads(youChatSerpResults),
- 'slots' : loads(slots)
+ #'slots' : loads(slots)
}
return {