Renamed Mode.handle_request_download to handle_request_started

This commit is contained in:
Micah Lee 2018-05-07 22:16:45 -07:00
parent 591e97a57a
commit 9d557d4aa0
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
3 changed files with 3 additions and 3 deletions

View file

@ -373,7 +373,7 @@ class OnionShareGui(QtWidgets.QMainWindow):
mode.handle_request_load(event)
elif event["type"] == Web.REQUEST_STARTED:
mode.handle_request_download(event)
mode.handle_request_started(event)
elif event["type"] == Web.REQUEST_RATE_LIMIT:
mode.handle_request_rate_limit(event)