diff --git a/start_server.sh b/start_server.sh index 9b7c304..fd81038 100755 --- a/start_server.sh +++ b/start_server.sh @@ -1,4 +1,4 @@ #!/bin/bash cd /home/ben/opencode-desktop/ia_bot source venv/bin/activate -nohup python main.py & +APP_DEBUG=1 python main.py &