From 9f17500dcdfcbdce5a74df4331e66a3790a23a58 Mon Sep 17 00:00:00 2001 From: anons-voip Date: Mon, 10 Jun 2024 21:36:41 -0400 Subject: [PATCH] change up the run script to use waitress --- run | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run b/run index 79c83e2..b7a2624 100755 --- a/run +++ b/run @@ -1,2 +1,3 @@ #!/bin/bash -flask --app app/server run --host=0.0.0.0 --port 8080 +#flask --app app/server run --host=0.0.0.0 --port 8080 +python3 app/server.py