Flask run fix

pull/2/head
willd 1 year ago committed by Marek Baczynski
parent f331be7a89
commit 961fb859f4

@ -392,4 +392,4 @@ if __name__ == '__main__':
'''s = select([parts]).where(parts.c.notes != '')
for row in db_engine.execute(s):
print row'''
app.run(host='127.0.0.1', port='5001', debug=True)
app.run(host='127.0.0.1', port='5000', debug=False)

Loading…
Cancel
Save