Skip to content

Commit

Permalink
ubtbr: change path to python executable
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeryan committed Dec 25, 2020
1 parent 6fde40c commit c074425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/python/ubtbr/ubertooth-btbr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
from cmd import Cmd
from ubtbr.btctl import *
from getopt import getopt
Expand Down

0 comments on commit c074425

Please sign in to comment.