Rajiv Sukhnandan commited on
Commit
50e1f06
·
1 Parent(s): 2f1c93c
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -24,5 +24,7 @@ try:
24
  )
25
 
26
  demo.launch()
 
 
27
  finally:
28
  mcp_client.close()
 
24
  )
25
 
26
  demo.launch()
27
+ except Exception as e:
28
+ print(e)
29
  finally:
30
  mcp_client.close()