diff options
Diffstat (limited to 'phind/__init__.py')
-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 629befa5..9b1650e0 100644 --- a/phind/__init__.py +++ b/phind/__init__.py @@ -8,7 +8,7 @@ from re import findall from curl_cffi.requests import post cf_clearance = '' -user_agent = '' +user_agent = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' class PhindResponse: |