blinkstick-python
blinkstick-python copied to clipboard
Correct issue 34 on arvydas/blinkstick-python on Python3 under Windows.
This corrects the TypeError: ord() expected string of length 1, but int found error under Windows and Python3, as reported by nltran.
This seems to fix the issue also for me on Windows. Please merge it asap.
Works like a charm! Thx
See https://github.com/arvydas/blinkstick-python/pull/68 for an alternative proposal that avoids exception handling.
This PR can probably be closed now that #68 is merged.
@arvydas this can be closed