5 lines
92 B
Python
5 lines
92 B
Python
from web import app
|
|
|
|
if __name__ == "__main__":
|
|
app.run(host='192.168.0.12', port=7000)
|