diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-11 13:11:13 +0200 |
---|---|---|
committer | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-11 13:11:13 +0200 |
commit | c9e6f23c172af6422a4ab628c1208f9e0291dcf2 (patch) | |
tree | 20a0adad8be3bf67e33c6d1e8b87d2704f0643c2 | |
parent | unofficial chat.openai.com api (experimental) (diff) | |
download | gpt4free-c9e6f23c172af6422a4ab628c1208f9e0291dcf2.tar gpt4free-c9e6f23c172af6422a4ab628c1208f9e0291dcf2.tar.gz gpt4free-c9e6f23c172af6422a4ab628c1208f9e0291dcf2.tar.bz2 gpt4free-c9e6f23c172af6422a4ab628c1208f9e0291dcf2.tar.lz gpt4free-c9e6f23c172af6422a4ab628c1208f9e0291dcf2.tar.xz gpt4free-c9e6f23c172af6422a4ab628c1208f9e0291dcf2.tar.zst gpt4free-c9e6f23c172af6422a4ab628c1208f9e0291dcf2.zip |
-rw-r--r-- | quora/cookies.txt | 1 | ||||
-rw-r--r-- | testing/poe_test.py | 2 |
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) |