AI-Quotient commited on
Commit
4b03347
·
verified ·
1 Parent(s): a8a550d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -110,6 +110,7 @@ def pvsnp(problem):
110
  for message in update.get("messages", []):
111
  message.pretty_print()
112
  output.append(message.pretty_print())
 
113
  return output
114
 
115
 
 
110
  for message in update.get("messages", []):
111
  message.pretty_print()
112
  output.append(message.pretty_print())
113
+ print (output)
114
  return output
115
 
116