Skip to content

Commit

Permalink
explicitly specify Python major version
Browse files Browse the repository at this point in the history
Fixes #8, while still using python2 for the moment
  • Loading branch information
scottlamb committed Aug 7, 2018
1 parent a73b862 commit 1c70589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hikvision_tftpd.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
Unbrick a Hikvision device. See README.md for usage information.
"""
Expand Down
2 changes: 1 addition & 1 deletion hikvision_tftpd_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2

__author__ = 'Scott Lamb'
__license__ = 'MIT'
Expand Down

0 comments on commit 1c70589

Please sign in to comment.