예제 #1
0
파일: __init__.py 프로젝트: hekevintran/wdb
 def on_close(self):
     syncwebsockets.remove(self.uuid)
예제 #2
0
 def on_close(self):
     if hasattr(self, 'uuid'):
         syncwebsockets.remove(self.uuid)
예제 #3
0
 def on_close(self):
     syncwebsockets.remove(self.uuid)
예제 #4
0
파일: __init__.py 프로젝트: Kozea/wdb
 def on_close(self):
     if hasattr(self, 'uuid'):
         syncwebsockets.remove(self.uuid)