fix calculation in calculateDifference for cable and terrestrial which should complet...
[enigma2.git] / lib / python / Screens / Console.py
index dbe2fe9e5125241682900cc11e4ee960422be093..d13729f86500bcd8eacc7ea74ed43608df217094 100644 (file)
@@ -49,4 +49,4 @@ class Console(Screen):
                        self.close()
 
        def dataAvail(self, str):
-               self["text"].setText(self["text"].getText() + str)
\ No newline at end of file
+               self["text"].setText(self["text"].getText() + str)