many small fixes, typo and newlines... housekeeping!

This commit is contained in:
Johannes Findeisen 2013-08-18 23:45:12 +02:00
commit 4193058957
4 changed files with 11 additions and 6 deletions

View file

@ -39,10 +39,10 @@ class Job:
self.jobThreshold += 1
if self.jobThreshold >= serviceThreshold:
self.log.d("ARGGHHH!!")
self.handle_alarm(self.jobThreshold-serviceThreshold)
self.log.d("Threshold reached!")
self.handle_alarm(self.jobThreshold - serviceThreshold)
def handle_alarm(self, threholdOffset):
def handle_alarm(self, thresholdOffset):
pass
def handle_call(self):