borisbabic / browser_cookie3

This is a fork of browser_cookie
GNU Lesser General Public License v3.0
854 stars 144 forks source link

fix(__get_connection_legacy): close tempfile to avoid ResourceWarning #197

Open 5j9 opened 1 year ago

5j9 commented 1 year ago

The context manager will close the file explicitly.

closes #196