VirusTotal / vt-py

The official Python 3 client library for VirusTotal
https://virustotal.github.io/vt-py/
Apache License 2.0
547 stars 127 forks source link

Call `close` when `vt.Client` is destroyed. #118

Closed plusvic closed 2 years ago

plusvic commented 2 years ago

This prevents leaking aiohttp.ClientSession objects that complain about unclosed event loops when the program exits.