Skip to content

Commit

Permalink
change port for websocket server
Browse files Browse the repository at this point in the history
  • Loading branch information
youen committed Dec 15, 2011
1 parent 03df597 commit dd5416d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djity/portal/management/commands/websocket_server.py
Expand Up @@ -25,7 +25,7 @@ class Command(BaseCommand):

def handle(slef,*args,**options):

server = pywsgi.WSGIServer(('0.0.0.0', 8001), dispatch,
server = pywsgi.WSGIServer(('0.0.0.0', 8181), dispatch,
handler_class=WebSocketHandler)
server.serve_forever()

0 comments on commit dd5416d

Please sign in to comment.