From be7f8bdc1e460ff05a9c2369b144e5293a69212e Mon Sep 17 00:00:00 2001 From: jbruce Date: Tue, 28 Jun 2022 14:10:34 -0400 Subject: [PATCH] merge automatic restart branch with master --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index f541123..caafcfe 100644 --- a/config.py +++ b/config.py @@ -14,7 +14,7 @@ log_format = '%(asctime)s %(levelname)s %(name)s: %(message)s' ### Server listening_ip = "0.0.0.0" -listening_port = 8082 +listening_port = 8081 ### Cost Estimate kwh_rate = 0.1319 # Rate in currency_type to calculate cost to run job