alessandromaggio / pythonping

A simple way to ping in Python
MIT License
198 stars 75 forks source link

Fix for issue #103 infinite loop seed generation #112

Open foreman23 opened 11 months ago

foreman23 commented 11 months ago

Uses a try/finally block to clean up SEED_IDS array if an exception occurs during loop.