Skip to content

Commit af5f6ea

Browse files
editing test
1 parent a5cca92 commit af5f6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-examples/basic/basic_send_with_retry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def on_error(exception):
4545

4646
# create the client
4747
client = SocketLabsClient(server_id, api_key, proxy)
48-
client.request_timeout = 10
48+
4949
client.number_of_retries = 2
5050

5151
# send the message

0 commit comments

Comments
 (0)