piksel / pytouch-cube

Qt5 Label Editor for Brother P-Touch Cube label maker
MIT License
48 stars 9 forks source link

Fix: CLI would crash if no device is there #38

Closed tyalie closed 2 years ago

tyalie commented 2 years ago

The CLI would crash if there was no rfcomm device on the device independently of whether I was even using the printer.

Now there's is an error message, instead of an unhandled exception and when not printing (only rendering a png or like), the CLI will not require a device as it did before.