I have:
- searched open and closed issues for duplicates
Bug description
The flake8-test fails because line 700 in escpos.py uses a bare except. This should be fixed by catching only the relevant exception with exept. (You have to try first, which exception exactly occurs).
Reactions are currently unavailable
I have:
Bug description
The flake8-test fails because line 700 in escpos.py uses a bare except. This should be fixed by catching only the relevant exception with exept. (You have to try first, which exception exactly occurs).