Alibrown commited on
Commit
9fc3878
·
verified ·
1 Parent(s): 924649a

Update app/app.py

Browse files
Files changed (1) hide show
  1. 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": "Discord Bot läuft!",
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"