From 43e529b71c632e7551d28c2f1f47f4572d7453e8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 May 2024 18:04:58 +0000 Subject: [PATCH] Update content of files --- data/web/blogfork.telegram.org/bots/samples/hellobot.html | 2 +- data/web/core.telegram.org/bots/samples/hellobot.html | 2 +- data/web/corefork.telegram.org/bots/samples/hellobot.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/web/blogfork.telegram.org/bots/samples/hellobot.html b/data/web/blogfork.telegram.org/bots/samples/hellobot.html index 8bea789e3a..7d9a7e4617 100644 --- a/data/web/blogfork.telegram.org/bots/samples/hellobot.html +++ b/data/web/blogfork.telegram.org/bots/samples/hellobot.html @@ -92,7 +92,7 @@ function exec_curl_request($handle) { curl_close($handle); if ($http_code >= 500) { - // do not wat to DDOS server if something goes wrong + // do not want to DDOS server if something goes wrong sleep(10); return false; } else if ($http_code != 200) { diff --git a/data/web/core.telegram.org/bots/samples/hellobot.html b/data/web/core.telegram.org/bots/samples/hellobot.html index 8bea789e3a..7d9a7e4617 100644 --- a/data/web/core.telegram.org/bots/samples/hellobot.html +++ b/data/web/core.telegram.org/bots/samples/hellobot.html @@ -92,7 +92,7 @@ function exec_curl_request($handle) { curl_close($handle); if ($http_code >= 500) { - // do not wat to DDOS server if something goes wrong + // do not want to DDOS server if something goes wrong sleep(10); return false; } else if ($http_code != 200) { diff --git a/data/web/corefork.telegram.org/bots/samples/hellobot.html b/data/web/corefork.telegram.org/bots/samples/hellobot.html index 7dc26c15fa..1ccb6c99c4 100644 --- a/data/web/corefork.telegram.org/bots/samples/hellobot.html +++ b/data/web/corefork.telegram.org/bots/samples/hellobot.html @@ -92,7 +92,7 @@ function exec_curl_request($handle) { curl_close($handle); if ($http_code >= 500) { - // do not wat to DDOS server if something goes wrong + // do not want to DDOS server if something goes wrong sleep(10); return false; } else if ($http_code != 200) {