From bd305ca1ca3087cce182b7ba6573ce5470716e22 Mon Sep 17 00:00:00 2001 From: Benjamyn Date: Thu, 27 Aug 2026 17:50:58 +1000 Subject: [PATCH] MEATBAG: Turn on logging 4skin --- start_server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 &