mirror of
https://github.com/kennethreitz/flask-sockets.git
synced 2026-06-05 23:10:16 +00:00
Sockets Class
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ class SocketMiddleware(object):
|
||||
return self.app(environ, start_response)
|
||||
|
||||
|
||||
class WebSocket(object):
|
||||
class Sockets(object):
|
||||
|
||||
def __init__(self, app=None, patch=True):
|
||||
self.url_map = {}
|
||||
|
||||
Reference in New Issue
Block a user