mirror of
https://github.com/vale981/jobmanager
synced 2025-03-04 17:31:39 -05:00
verbose = 1 reduces verbosity and does not confuse user.
This commit is contained in:
parent
81e30ff5c4
commit
e6d00038ad
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class Example_Server(jm.JobManager_Server):
|
|||
def __init__(self):
|
||||
# server show status information (verbose=1)
|
||||
super(Example_Server, self).__init__(authkey='simple example',
|
||||
verbose=2)
|
||||
verbose=1)
|
||||
|
||||
self.final_result = 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue