Upgrade-ProcessOn
Upgrade-ProcessOn copied to clipboard
Method had error
Traceback (most recent call last):
File "processon.py", line 82, in <module>
make(getuser())
File "processon.py", line 73, in make
domain = getdomain()
File "processon.py", line 28, in getdomain
domains = [tag.text for tag in soup.find(id="domain").find_all("option")]
AttributeError: 'NoneType' object has no attribute 'find_all'