We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33b4b4 commit 8ac02f6Copy full SHA for 8ac02f6
1 file changed
README.md
@@ -48,7 +48,7 @@ from wreq import Client, Emulation
48
49
async def main():
50
# Build a client
51
- client = Client(emulation=Emulation.Safari26)
+ client = Client(emulation=Emulation.Firefox149)
52
53
# Use the API you're already familiar with
54
resp = await client.get("https://tls.peet.ws/api/all")
0 commit comments