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 26a94fa161
commit 9d91e07d20
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)