Skip to content

Commit e1b9ab7

Browse files
added time out value
1 parent a8eb4ae commit e1b9ab7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python-examples/basic/basic_send_with_proxy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
# create the client
3232
client = SocketLabsClient(server_id, api_key, proxy)
33+
client.request_timeout = 10
3334

3435
# send the message
3536
response = client.send(message)

0 commit comments

Comments
 (0)