ncorbuk / Python---Email-Bomber

Python Email Bomber / Bomb
MIT License
190 stars 119 forks source link

Off by one error #3

Open Zelyson opened 3 years ago

Zelyson commented 3 years ago

When you want to send 5 mails it sends 6. Can be fixed by removing the '+1' after 'self.amount' in line 118.