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