Reverent commited on
Commit
55e7626
·
1 Parent(s): b2f3eb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -18,6 +18,7 @@ def warmer():
18
  )
19
  if text_output != None:
20
  print("ALIVE")
 
21
  else:
22
  print("DISCONNECTED")
23
  time.sleep(300)
 
18
  )
19
  if text_output != None:
20
  print("ALIVE")
21
+ print("Response : ", text_output)
22
  else:
23
  print("DISCONNECTED")
24
  time.sleep(300)