Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-bundle-testsuite
Commits:
-
79ffbf80
by Beatriz Rizental at 2026-05-21T16:56:19-03:00
1 changed file:
Changes:
| ... | ... | @@ -92,8 +92,8 @@ def download_minidump_stackwalk( |
| 92 | 92 | |
| 93 | 93 | |
| 94 | 94 | def get_android_sdk_repack_url():
|
| 95 | - url = f"{TOR_BROWSER_BUILD_OUT}/android-sdk?C=M;O=D"
|
|
| 96 | - req = urllib.request.Request(url, method="GET")
|
|
| 95 | + url = f"{TOR_BROWSER_BUILD_OUT}/android-sdk"
|
|
| 96 | + req = urllib.request.Request(f"{url}?C=M;O=D", method="GET")
|
|
| 97 | 97 | with urllib.request.urlopen(req) as response:
|
| 98 | 98 | html = response.read().decode()
|
| 99 | 99 | found = re.search(
|