Spaces:
Running
Running
Update app/app.py
Browse files- app/app.py +1 -1
app/app.py
CHANGED
@@ -181,7 +181,7 @@ def health_check():
|
|
181 |
"""Endpoint für Hugging Face Health Checks"""
|
182 |
return jsonify({
|
183 |
"status": "running",
|
184 |
-
"message": "
|
185 |
"public_key_present": bool(PUBLIC_KEY),
|
186 |
"verify_key_initialized": verify_key is not None,
|
187 |
"bank_system_status": "active"
|
|
|
181 |
"""Endpoint für Hugging Face Health Checks"""
|
182 |
return jsonify({
|
183 |
"status": "running",
|
184 |
+
"message": "The BOT runs!",
|
185 |
"public_key_present": bool(PUBLIC_KEY),
|
186 |
"verify_key_initialized": verify_key is not None,
|
187 |
"bank_system_status": "active"
|