Upgrade-ProcessOn icon indicating copy to clipboard operation
Upgrade-ProcessOn copied to clipboard

Method had error

Open carolcoral opened this issue 4 years ago • 0 comments

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'

carolcoral avatar Oct 10 '20 01:10 carolcoral