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")