dschandra commited on
Commit
29004d8
·
verified ·
1 Parent(s): 43ce1c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,5 +45,5 @@ def lookup():
45
  return render_template('lookup.html', result=result)
46
 
47
  if __name__ == '__main__':
48
- app.run(debug=False, host='127.0.0.1', port=5001) # Custom port number
49
 
 
45
  return render_template('lookup.html', result=result)
46
 
47
  if __name__ == '__main__':
48
+ app.run(debug=True, host='127.0.0.1', port=5001) # Custom port number
49