Skip to content

Commit

Permalink
Update manifest_analysis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham authored Jan 9, 2024
1 parent 77d8e20 commit 23c608b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobsf/StaticAnalyzer/views/android/manifest_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def _check_url(host, w_url):
'status_code': status_code,
'status': status}

except Exception as e:
except Exception:
logger.exception(f'Well Known Assetlinks Check for URL: {w_url}')
return {'url': w_url,
'host': host,
Expand Down

0 comments on commit 23c608b

Please sign in to comment.