Hundemeier / sacn

A simple ANSI E1.31 (aka sACN) module for python.
MIT License
47 stars 21 forks source link

Fixed Keyboard Exception Handling in Sample Code #4

Closed localleon closed 6 years ago

localleon commented 6 years ago

The Sample Code would be much cleaner if you handle the Keyboard Exception. Most People will abort the Programm with str+c

Hundemeier commented 6 years ago

Sorry, but i think your code will make the example too big and adds unnecessary hassles. The example focuses on the usage of the module and not how to properly stop a program.