From 1e335813a28332fc71289357158b9747e858f139 Mon Sep 17 00:00:00 2001 From: Ogunaru Date: Tue, 9 Dec 2025 08:50:31 +0900 Subject: [PATCH] =?UTF-8?q?del:=20BOOTH.pm=20=ED=95=98=ED=8A=B8=EB=B9=84?= =?UTF-8?q?=ED=8A=B8=20=EC=B2=B4=ED=81=AC=20=EC=BD=94=EB=93=9C=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- booth_checker/__main__.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/booth_checker/__main__.py b/booth_checker/__main__.py index ca83332..2e91691 100644 --- a/booth_checker/__main__.py +++ b/booth_checker/__main__.py @@ -874,15 +874,6 @@ def strftime_now(): while True: logger.info("BoothChecker cycle started") - # BOOTH Heartbeat check once per cycle - try: - logger.info('Checking BOOTH heartbeat') - requests.get("https://booth.pm", timeout=10) - except requests.RequestException as e: - logger.error(f'BOOTH heartbeat failed: {e}. Skipping this cycle.') - sleep(refresh_interval) - continue - # Recreate temporary folders recreate_folder("./download") recreate_folder("./process")