Skip to content

Commit

Permalink
fix: config value description
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Oct 1, 2024
1 parent f44e28b commit 7177eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocrd_utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def _ocrd_download_timeout_parser(val):
default=(True, 3600))

config.add("OCRD_NETWORK_CLIENT_POLLING_PRINT",
description="Timeout for a blocking ocrd network client (in seconds).",
description="Whether the blocking client commands should print status output each iteration.",
parser=bool,
default=(True, False))

Expand Down

0 comments on commit 7177eb1

Please sign in to comment.