diff --git a/html/testBot.html b/html/testBot.html index fc04151..9da8c3d 100644 --- a/html/testBot.html +++ b/html/testBot.html @@ -127,7 +127,7 @@ function play(player){ if(xhr.status == 200) { var response=xhr.responseText; - var t = new RegExp('/^[0-6]$/'); + var t = new RegExp('/[0-6]/'); if (t.test(response)){ playingAT(response); }else{