Skip to content

Commit

Permalink
port change
Browse files Browse the repository at this point in the history
  • Loading branch information
My User authored and My User committed Feb 17, 2016
1 parent 944f07a commit 6bfdd5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
app = SessionMiddleware(app=default_app(), cookie_key="457rxK3w54tkKiqkfqwfoiQS@kaJSFOo8h",no_datastore=True)

if __name__ == "__main__":
run(app=app, host='0.0.0.0', port=8080)
run(app=app, host='0.0.0.0', port=8081)
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

#ps aux|grep server.py | grep -v grep|awk '{print $2}'|xargs kill -9
nohup python server.py -port 8080 &
nohup python server.py -port 8081 &

0 comments on commit 6bfdd5c

Please sign in to comment.