Skip to content

Commit

Permalink
Add sessid to socket
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McGuire committed Feb 17, 2014
1 parent 9633aba commit 898447f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flask_socketio/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def remove_socket(self, socket):
class TestSocket(object):
def __init__(self, server):
self.server = server
self.sessid = str(random.random())[2:]
self.namespace = {}

def __getitem__(self, ns_name):
Expand Down

0 comments on commit 898447f

Please sign in to comment.