Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions booth_checker/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down