Skip to content

Commit 0ce27db

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 903702b commit 0ce27db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proxy/core/work/threadless.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939

4040

4141
proxy_flags.add_argument(
42-
"--inactive-conn-cleanup-timeout",
42+
'--inactive-conn-cleanup-timeout',
4343
default=DEFAULT_INACTIVE_CONN_CLEANUP_TIMEOUT,
44-
help="Time after which inactive works must be cleaned up. Default {0} seconds".format(
45-
DEFAULT_INACTIVE_CONN_CLEANUP_TIMEOUT
44+
help='Time after which inactive works must be cleaned up. Default {0} seconds'.format(
45+
DEFAULT_INACTIVE_CONN_CLEANUP_TIMEOUT,
4646
),
4747
)
4848

0 commit comments

Comments
 (0)