mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-16 12:35:53 +00:00
stylefix
This commit is contained in:
parent
951082c563
commit
a32b8a9807
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ def app(ctx, verbosity):
|
|||
|
||||
main = app
|
||||
|
||||
|
||||
def max_workers_callback(ctx, param, value):
|
||||
if value == 0 and ctx.obj['verbosity'] == log.logging.DEBUG:
|
||||
return 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue