Skip to content

Commit

Permalink
Stupid double space
Browse files Browse the repository at this point in the history
  • Loading branch information
a20r committed Jan 31, 2016
1 parent 38f7aa6 commit 9fcf1d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/client/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def run(self):
self.pub_man.publish(v)
r.sleep()


def create_subscriber(self, topic, msg_type):
namespace, msg_name = msg_type.split("/")
mod = __import__(namespace + ".msg")
Expand Down
3 changes: 0 additions & 3 deletions src/server/ws.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ def onConnect(self, request):
common.add_client(name, self)
self.name_of_client = name

def onOpen(self):
pass

def onMessage(self, payload, is_binary):
if not is_binary:
try:
Expand Down

0 comments on commit 9fcf1d1

Please sign in to comment.