diff options
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'] |