Skip to content

AO3_Scraper_v1.1.1

Compare
Choose a tag to compare
@Dramatycznie Dramatycznie released this 21 Mar 12:23
· 66 commits to main since this release

Version 1.1.1:

  • Fixed issue with crashing while logging in due to a TypeError caused by the use of unary "+" operator on a string. The issue was resolved by removing the "+" signs from lines 95 and 101 of the AO3_Scraper.py file. The corrected lines now correctly print whether the login was successful or failed using the Fore.GREEN and Fore.RESET variables.
  • Updated requirements
  • Closure statement was updated to exit after displaying the closing message
    Full Changelog: v1.1.0...v1.1.1