Skip to content

Commit

Permalink
Update MadApkInfoEndpoint.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JabLuszko authored Sep 21, 2024
1 parent dc39ec9 commit 3ddf47b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ class MadApkInfoEndpoint(AbstractMitmReceiverRootEndpoint):

# TODO: Auth/preprocessing for autoconfig?
async def get(self):
logger.warning("Device {} checking package {} (arch: {}) version", self.request.headers["origin"],
self.request.match_info.get('apk_type'), self.request.match_info.get('apk_arch'))
parsed = self._parse_frontend()
if type(parsed) == web.Response:
return parsed
Expand Down

0 comments on commit 3ddf47b

Please sign in to comment.