Skip to content

Commit

Permalink
Merge pull request #80 from PureTryOut/python3
Browse files Browse the repository at this point in the history
Make sure to use python3
  • Loading branch information
arvydas authored May 4, 2023
2 parents de85dd7 + 4acd51b commit 35db09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/blinkstick
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

from optparse import OptionParser, IndentedHelpFormatter, OptionGroup
from blinkstick import blinkstick
Expand Down

0 comments on commit 35db09e

Please sign in to comment.