Neo23x0 / munin

Online hash checker for Virustotal and other services
Apache License 2.0
809 stars 147 forks source link

munin-host - urlparse #27

Open lcn0 opened 4 years ago

lcn0 commented 4 years ago

my python versions are 3.5.7 and 2.7.17

pip install parse , urlparse and urllib (pip2 / pip3)

Still giving error, should I modify munin-host? from urllib.parse import urlparse to from urlparse import urlparse

Traceback (most recent call last): File "munin-host.py", line 16, in from urllib.parse import urlparse ImportError: No module named parse

o