summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--quora/cookies.txt1
-rw-r--r--testing/poe_test.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/quora/cookies.txt b/quora/cookies.txt
index 3209efe9..14d298a3 100644
--- a/quora/cookies.txt
+++ b/quora/cookies.txt
@@ -7,3 +7,4 @@ Eea6BqK0AmosTKzoI3AAow==
pUEbtxobN_QUSpLIR8RGww==
9_dUWxKkHHhpQRSvCvBk2Q==
UV45rvGwUwi2qV9QdIbMcw==
+cVIN0pK1Wx-F7zCdUxlYqA==
diff --git a/testing/poe_test.py b/testing/poe_test.py
index cfc94966..6e91fb01 100644
--- a/testing/poe_test.py
+++ b/testing/poe_test.py
@@ -1,7 +1,7 @@
import quora
from time import sleep
-token = quora.Account.create(proxy = 'xtekky:ogingoi2n3g@geo.iproyal.com:12321',logging = True)
+token = quora.Account.create(proxy = None,logging = True)
print('token', token)
sleep(2)