Skip to content

Commit

Permalink
Merge pull request #1347 from doronz88/bugfix/get-application-list-pages
Browse files Browse the repository at this point in the history
webinspector: fix `_handle_report_connected_application_list()`
  • Loading branch information
doronz88 authored Feb 3, 2025
2 parents 76bfad4 + cdd59e0 commit dc6ccbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymobiledevice3/services/webinspector.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def _handle_report_connected_application_list(self, arg):
self.connected_application[key] = Application.from_application_dictionary(application)

# Immediately also query the application pages
self.await_(self._forward_get_listing(application))
self.await_(self._forward_get_listing(self.connected_application[key].id_))

def _handle_report_connected_driver_list(self, arg):
pass
Expand Down

0 comments on commit dc6ccbc

Please sign in to comment.