Update app.py

This commit is contained in:
Mr Chen 2018-10-26 15:02:57 +08:00
parent f19dd2a2b9
commit ac87a6c8b1
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -50,4 +50,4 @@ try:
if __name__ == "__main__":
app.run()
except Exception as ex:
return str(ex)
print ex