entity.py, urllib.parse issue

Issue #5 resolved
Rudy Vandenberghe created an issue

Hello,

when urllib is imported, urllib.parse is not automatically imported as well. Therefore entity.py needs to be updated as follows:

import urllib
import urllib.parse

Then Discovery() works as a charm!

Comments (1)

  1. Log in to comment