Skip to content

Commit fe725c5

Browse files
author
Roberto De Ioris
authored
Update Http_API.md
1 parent 0496152 commit fe725c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Http_API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def request_progress(request, sent, received):
100100
# bind OnProcessRequestComplete event to the response_received callable
101101
request.bind_on_process_request_complete(response_received)
102102

103-
request.bind_on_request_progress(response_received)
103+
request.bind_on_request_progress(request_progress)
104104

105105
# run the request
106106
request.process_request()

0 commit comments

Comments
 (0)