Update health_service.py

Signed-off-by: Kaveen Kumarasinghe <k5kumara@uwaterloo.ca>
Kaveen Kumarasinghe 2 years ago committed by GitHub
parent e707d18806
commit f581914f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,8 +4,6 @@ import traceback
from flask import Flask
from multiprocessing import Process
from healthcheck import HealthCheck
app = Flask(__name__)
health = HealthCheck()
start_time = datetime.datetime.now()

Loading…
Cancel
Save