modifié: superTornado.py

modifié:         v/video.html
This commit is contained in:
sidya82
2014-03-02 21:14:50 +01:00
parent bbd59adfde
commit 19d6c72378
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<title>Acces camera</title>
<script src="js/jquery-2.1.0.min.js"></script>
<script >
var ws = new WebSocket ("ws://192.168.1.23/socket");
var ws = new WebSocket ("ws://192.168.1.12/socket");
ws.onmessage = function (evt) {
console.log("data receive");
if(evt.data != "error") {