Skip to content

Commit

Permalink
Update httpie/uploads.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Mar 3, 2022
1 parent 4c32bac commit 75ae325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpie/uploads.py
Expand Up @@ -94,7 +94,7 @@ def is_stdin(file: IO) -> bool:
return file_no == sys.stdin.fileno()


READ_THRESHOLD = float(os.getenv("HTTPIE_STDIN_READ_WARN_THRESHOLD", 10.0))
READ_THRESHOLD = float(os.getenv('HTTPIE_STDIN_READ_WARN_THRESHOLD', 10.0))


def observe_stdin_for_data_thread(env: Environment, file: IO, read_event: threading.Event) -> None:
Expand Down

0 comments on commit 75ae325

Please sign in to comment.