updated healthchecks to have a run time
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
jblu 2024-06-03 22:47:11 -05:00
parent 9576004c4b
commit 256488187e

View File

@ -62,6 +62,8 @@ class Crn:
cont_log(self)
cont_notify(self)
self.t = time
if self.use_healthcheck:
send_ping(self, requests, self.healthcheck_url.rstrip("/") + "/start")
#logging in
try: