gutenberg icon indicating copy to clipboard operation
gutenberg copied to clipboard

Fix `requests` call without timeout in `utils.py`

Open benoit74 opened this issue 1 year ago • 0 comments

# noqa: S113 hint has been added by #191 in utils.py

This hint detected that we are using requests without specifying a timeout.

We should add one. To be decided: what is the proper timeout. Probably to be fixed together with #142.

benoit74 avatar Aug 18 '23 08:08 benoit74