yetessam commited on
Commit
3395806
·
verified ·
1 Parent(s): 8ea64e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def main():
48
  sys.exit(1) # exit with non-zero status for clarity
49
  ok, msg = is_endpoint_healthy(uri)
50
  if not ok:
51
- print("Endpoint not ready: {msg}")
52
 
53
  # We want to create a basic GUI calling the ContentAgentUI..
54
  # The default flow should be to show the "Wake Endpoint" button
 
48
  sys.exit(1) # exit with non-zero status for clarity
49
  ok, msg = is_endpoint_healthy(uri)
50
  if not ok:
51
+ print(f"Endpoint not ready: {msg}")
52
 
53
  # We want to create a basic GUI calling the ContentAgentUI..
54
  # The default flow should be to show the "Wake Endpoint" button