ldapweb/runserver.py

3 lines
61 B
Python

from webapp import app
app.run('0.0.0.0', 20007, debug=True)