diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-18 17:15:52 +0200 |
---|---|---|
committer | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-18 17:15:52 +0200 |
commit | 3388d7069666922a0849a86bd344521e51206106 (patch) | |
tree | 305652226395f3d6ff51f9fed605e642abef8b7b /phind/__init__.py | |
parent | j (diff) | |
download | gpt4free-3388d7069666922a0849a86bd344521e51206106.tar gpt4free-3388d7069666922a0849a86bd344521e51206106.tar.gz gpt4free-3388d7069666922a0849a86bd344521e51206106.tar.bz2 gpt4free-3388d7069666922a0849a86bd344521e51206106.tar.lz gpt4free-3388d7069666922a0849a86bd344521e51206106.tar.xz gpt4free-3388d7069666922a0849a86bd344521e51206106.tar.zst gpt4free-3388d7069666922a0849a86bd344521e51206106.zip |
Diffstat (limited to '')
-rw-r--r-- | phind/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phind/__init__.py b/phind/__init__.py index 83a6840a..8177c8dd 100644 --- a/phind/__init__.py +++ b/phind/__init__.py @@ -82,7 +82,7 @@ class Search: } return client.post('https://www.phind.com/api/bing/search', json = { - 'q': prompt, + 'q' : prompt, 'userRankList': {}, 'browserLanguage': language}).json()['rawBingResults'] |