Update health_service.py

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

@ -5,7 +5,6 @@ from flask import Flask
from multiprocessing import Process
app = Flask(__name__)
health = HealthCheck()
start_time = datetime.datetime.now()

Loading…
Cancel
Save