line-notify icon indicating copy to clipboard operation
line-notify copied to clipboard

No timeout set for request.post

Open sveinng opened this issue 4 years ago • 0 comments

Please consider setting some timeout for the requests.post operation.

By default requests do not time out, so this code can become blocking when LINE servers do not respond normally. https://docs.python-requests.org/en/master/user/advanced/#timeouts

sveinng avatar Mar 20 '22 11:03 sveinng