many small fixes, typo and newlines... housekeeping!
This commit is contained in:
parent
5b33d500f3
commit
4193058957
4 changed files with 11 additions and 6 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue