Tags: Dramatycznie/AO3_Scraper
Tags
Optimize session handling, implement closure logging - Enhanced session handling by initializing token and session variables outside the loop for reuse - Added log_program_closure() to log program closure using logger and atexit.register() for automatic execution.
Fixed issue with crashing while logging in - 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
PreviousNext