# HG changeset patch # User darius # Date 1201606040 0 # Node ID 0ec70371cfcfc463c74330fa10c0dda3a4ae6292 # Parent 8ada8d5cca151463460463270c070c0ad755e9cc Whitespace diff -r 8ada8d5cca15 -r 0ec70371cfcf Control.py --- a/Control.py Tue Oct 23 01:05:21 2007 +0000 +++ b/Control.py Tue Jan 29 11:27:20 2008 +0000 @@ -3,7 +3,7 @@ ############################################################################ # Control class for beermon # -# $Id: Control.py,v 1.3 2007/10/23 01:05:21 darius Exp $ +# $Id: Control.py,v 1.4 2008/01/29 11:27:20 darius Exp $ # # Depends on: Python 2.3 (I think) # @@ -70,6 +70,7 @@ """Runs forever controlling the temperature until something breaks or interrupted""" log.debug("=== Starting ===") log.debug("Fermenter Fridge Ambient State New State") + while True: # Check if the monitor thread has died if (not self.m.isAlive()):