modifié: superTornado.py
modifié: video.html
This commit is contained in:
@ -18,6 +18,10 @@
|
||||
ws.onclose = function () {
|
||||
console.log("connection closed");
|
||||
};
|
||||
|
||||
window.onunload=function(){
|
||||
ws.close();
|
||||
};
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user