Fix formatting

This commit is contained in:
WindowsAddict 2024-08-15 06:02:44 +05:30
parent 5459c9f129
commit 86075abe20

2
get
View file

@ -12,7 +12,7 @@ $RandomURL1 = Get-Random -InputObject $URLs
$RandomURL2 = ($URLs -ne $RandomURL1)[0] $RandomURL2 = ($URLs -ne $RandomURL1)[0]
try { try {
$response = Invoke-WebRequest -Uri $RandomURL1 -UseBasicParsing $response = Invoke-WebRequest -Uri $RandomURL1 -UseBasicParsing
} }
catch { catch {
$response = Invoke-WebRequest -Uri $RandomURL2 -UseBasicParsing $response = Invoke-WebRequest -Uri $RandomURL2 -UseBasicParsing