From 14a7d744790c6eb6c67dd0e763674c13e44e5aaf Mon Sep 17 00:00:00 2001 From: jbruce Date: Thu, 13 Oct 2022 12:41:47 -0400 Subject: [PATCH] change comment about when cost settings get used --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 30ca0e5..3f89452 100644 --- a/config.py +++ b/config.py @@ -20,7 +20,7 @@ listening_port = 8082 # Cost Information # # This is used to calculate a cost estimate before a run. It's also used -# to produce the actual cost at the end of a run. My kiln has three +# to produce the actual cost during a run. My kiln has three # elements that when my switches are set to high, consume 9460 watts. kwh_rate = 0.1319 # cost per kilowatt hour per currency_type to calculate cost to run job