set global loglevel to debug
This commit is contained in:
parent
d885e699ba
commit
8a3379f7e3
3 changed files with 7 additions and 3 deletions
|
|
@ -54,9 +54,11 @@ class Job:
|
|||
def pretty_string(self):
|
||||
ret = self.__hex__()
|
||||
if ret[0] == "-":
|
||||
ret = "0" + ret[1:]
|
||||
ret = ret[3:]
|
||||
else:
|
||||
ret = ret[2:]
|
||||
ret += ": (" + str(self.host) + str(self.service) + str(self.job) + ")"
|
||||
return ret[2:]
|
||||
return ret
|
||||
|
||||
def set_job(self, job):
|
||||
self.job = job
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue