Removed: user-agent debug

This commit is contained in:
etienne-hd
2025-12-24 15:55:29 +01:00
parent a927bd7cf5
commit 81d1799ea8
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
## 1.1.0
### Changed
* Project structure reorganized: features such as **search**, **user**, and **ad** are now separated using mixins.
### Added
* Realistic dynamic mobile User-Agent generation.
## 1.0.10
### Fix
* KeyError when using shippable=True (#5)

View File

@@ -69,7 +69,6 @@ class SessionMixin:
'Sec-Fetch-Site': 'same-site',
}
)
print(session.headers["User-Agent"], impersonate)
if proxy:
session.proxies = {
"http": proxy.url,