change server to enable debug and not output body output getting very long

This commit is contained in:
2024-04-12 23:10:00 +02:00
parent 5e63d0b35e
commit 3aec07a7e7
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -4,3 +4,4 @@ from snakes.AStarSnake import AStarSnake
from snakes.MasterSnake import MasterSnake
SNAKE = MasterSnake()
DEBUG = True