Softvelum / publish_control

Code samples for publish control feature set of Nimble Streamer
MIT License
1 stars 3 forks source link

MD5 problem #1

Open tomas1000 opened 3 months ago

tomas1000 commented 3 months ago

Hi, there is problem while trying to use the publish signature generator scrip. Can you specify which library are you using for md5 import? Because trying to use the pip install md5 isn't working, at least for me. Thanks.

maxtomilov commented 3 months ago

Hi @tomas1000,

The script is implemented for python2 and there is md5 module. In case of using python3 hashlib module should be imported and used as hashlib.md5().