AO3_Scraper_v1.1.1
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