Fixed #58
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-09-12 13:04:38 -05:00
parent 8e70374ae7
commit 01a4c88cc4
6 changed files with 20 additions and 15 deletions

View File

@@ -90,4 +90,7 @@ def send_ping(self, req_obj, healthcheck_url):
try:
req_obj.get(healthcheck_url, timeout=10)
except req_obj.RequestException as e:
self.tl.info(f"Ping failed: {e}")
self.tl.info(f"Ping failed: {e}")
def debug_torrent_list(self):
self.tl.debug(self.torrent_list)