Skip to content

Commit

Permalink
Fixup spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
tcstewar committed Aug 10, 2016
1 parent b4eaaae commit 5033df9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nengo_gui/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ def write_text(self, text):
def write_binary(self, data):
self.write_frame(WebSocketFrame.create_binary_frame(data))


def _sendall(socket, data):
bytes_sent = 0
while bytes_sent < len(data):
Expand Down

0 comments on commit 5033df9

Please sign in to comment.