Skip to content

Commit

Permalink
Pull conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
a20r committed Feb 6, 2016
1 parent 09228e5 commit 98838d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/server/server_node.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env python

import sys
# import sys
import ws
import rospy
from twisted.python import log
# from twisted.python import log
from twisted.internet import reactor
from autobahn.twisted.websocket import WebSocketServerFactory

Expand All @@ -12,7 +12,7 @@


def run_server(host, port):
log.startLogging(sys.stdout)
# log.startLogging(sys.stdout)
url = "ws://{}:{}".format(host, port)
factory = WebSocketServerFactory(url, debug=True)
factory.protocol = ws.MMServerProtocol
Expand Down

0 comments on commit 98838d6

Please sign in to comment.