mirror of
https://github.com/massgravel/get.activated.win.git
synced 2024-11-23 17:30:52 +07:00
Fix formatting
This commit is contained in:
parent
5459c9f129
commit
86075abe20
2
get
2
get
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user