From: jNullj Date: Wed, 13 Jul 2016 17:06:34 +0000 Subject: shebang fix. X-Git-Url: https://publicrepos.bentasker.co.uk/projects/Wake-On-Lan-Python.git/commitdiff/53a09a2a5fe49a0a86393233af6005de5feea2eb --- shebang fix. #!/usr/bin/env python calles python 2 #!/usr/bin/env python3 should be used insted --- --- a/wol.py +++ b/wol.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Based on wol.py from http://code.activestate.com/recipes/358449-wake-on-lan/ # Amended to use configuration file and hostnames