Closed PeterSurda closed 8 months ago
Hi!
m2r dropped python2 support in version 0.3.0 and now has from urllib.parse import urlparse It causes the No module named parse error in https://readthedocs.org/projects/pybitmessage/builds/23570209/
from urllib.parse import urlparse
No module named parse
Hi!
m2r dropped python2 support in version 0.3.0 and now has
from urllib.parse import urlparse
It causes theNo module named parse
error in https://readthedocs.org/projects/pybitmessage/builds/23570209/