Skip to content

Commit ca4ea2c

Browse files
author
zeekay
committed
Fix typos.
1 parent 0e3f5cb commit ca4ea2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flask_uwsgi_websocket/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ def send_binary(self, msg):
4040
return uwsgi.websocket_send_binary(msg)
4141

4242
def send_from_sharedarea(self, id, pos):
43-
return uwsgi.websocket_send_from_sharedarea(msg)
43+
return uwsgi.websocket_send_from_sharedarea(id, pos)
4444

4545
def send_binary_from_sharedarea(self, id, pos):
46-
return uwsgi.websocket_send_binary_from_sharedarea(msg)
46+
return uwsgi.websocket_send_binary_from_sharedarea(id, pos)
4747

4848

4949
class WebSocketMiddleware(object):

0 commit comments

Comments
 (0)