VirusTotal / vt-py

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

fix(object): Load a pickled vt object #175

Closed mgmacias95 closed 9 months ago

mgmacias95 commented 9 months ago

fixes #172

This PR changes the class WhistleBlowerDict to inherit from a UserDict instead of inheriting directly from dict. This is a best practice and resolves the issue when pickling the object.