Skip to content

Commit 8ac02f6

Browse files
authored
Update README.md
1 parent c33b4b4 commit 8ac02f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ from wreq import Client, Emulation
4848

4949
async def main():
5050
# Build a client
51-
client = Client(emulation=Emulation.Safari26)
51+
client = Client(emulation=Emulation.Firefox149)
5252

5353
# Use the API you're already familiar with
5454
resp = await client.get("https://tls.peet.ws/api/all")

0 commit comments

Comments
 (0)