cutt request removed

This commit is contained in:
amd64fox
2023-10-01 07:27:53 +03:00
committed by GitHub
parent afe04fb704
commit c82a0d7c00

15
run.ps1
View File

@@ -356,21 +356,6 @@ else {
}
$online = ($onlineFull -split ".g")[0]
# Sending a statistical web query to cutt.ly
$ErrorActionPreference = 'SilentlyContinue'
$cutt_url = "https://cutt.ly/8wv60QTL"
$retries = 0
while ($retries -lt 2) {
try {
$null = Invoke-WebRequest -useb -Uri $cutt_url
break
}
catch {
$retries++
Start-Sleep -Seconds 2
}
}
function incorrectValue {