TheAEllis
TheAEllis
I got a little farther by going into `D:\Users\\AppData\Local\pypoetry\Cache\virtualenvs\ultima-scraper-vH07-f3y-py3.10\Lib\site-packages\ultima_scraper_collection\modules\module_streamliner.py` and commenting out lines 415, 416, and 417 as such: ```python elif ( """ auth.auth_details.email and auth.auth_details.password and site_settings.browser.auth """ ):...
I get the same behavior when I edit lines 414-418 to be ```python elif( authed.get_auth_details.email and authed.auth_details.password and site_settings.browser.auth ): ``` which may be closer to the intended fix.