host/port configuration for so.i.am-a.cat

master
Michał 'czesiek' Czyżewski 2013-03-07 22:04:09 +01:00
parent e7f7305177
commit 2bfe8581a3
1 changed files with 1 additions and 1 deletions

2
srv.py
View File

@ -44,4 +44,4 @@ def manifest():
return open('manifest.webapp').read()
if __name__ == '__main__':
app.run(debug=True)
app.run(host='127.0.0.1', port=6969, debug=True)