Skip to content

Commit

Permalink
Merge pull request #5 from michael-lazar/patch-1
Browse files Browse the repository at this point in the history
Use the python3 binary defined by the system's environment
  • Loading branch information
BasioMeusPuga committed May 8, 2017
2 parents 62e9b11 + ee17edc commit ba903c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitchy.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# Requires: python3, livestreamer, requests
# rev = 130

Expand Down

0 comments on commit ba903c4

Please sign in to comment.