issues
search
anirudhbagri
/
whatsapp-bulk-messenger
Send whatsapp message in bulk
233
stars
146
forks
source link
Refactor + Comments
#29
Closed
lool3
closed
6 months ago
lool3
commented
1 year ago
Improves code readability and maintainability.
Changes include:
Comments added to provide explanation and improve readability
Updated file handling to automatically handle exceptions.
More graceful shutdown of selenium using driver.quit() instead of driver.close(). This makes sure associated processes are properly terminated.
Improves code readability and maintainability.
Changes include: