changeset 15:0ec70371cfcf

Whitespace
author darius
date Tue, 29 Jan 2008 11:27:20 +0000
parents 8ada8d5cca15
children 67a4dc218bbf
files Control.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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()):