diff --git a/src/arenas/tictactoe/act.php b/src/arenas/tictactoe/act.php index 2ce0cb9..5801dd1 100644 --- a/src/arenas/tictactoe/act.php +++ b/src/arenas/tictactoe/act.php @@ -73,7 +73,7 @@ switch ($_POST['act']){ ); $httpResponse=json_decode(get_IA_Response($playerURL,$paramsToSend)); - echo $httpResponse; + echo "****************".$httpResponse; $playerResponse=$httpResponse['play']; //tester la validité de la réponse