From 6225fdefb16fada27d803538e12812d499516eb2 Mon Sep 17 00:00:00 2001 From: Darrel Pol Date: Sat, 12 Oct 2024 19:33:06 -0500 Subject: [PATCH] removing --listen --- .github/workflows/on_merge_to_master.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_merge_to_master.yaml b/.github/workflows/on_merge_to_master.yaml index 75233cec1..2a7a4281c 100644 --- a/.github/workflows/on_merge_to_master.yaml +++ b/.github/workflows/on_merge_to_master.yaml @@ -86,7 +86,7 @@ jobs: cd .. # Run the application in the background using nohup - nohup python launch.py --nowebui --deforum-api --listen --api --port $PORT > nohup.out 2>&1 & + nohup python launch.py --nowebui --deforum-api --api --port $PORT > nohup.out 2>&1 & # Detach from the SSH session to prevent hanging exit