Merge pull request #382 from 0xFelix/master

Change shebang of psk-frontend.py to python2
pull/402/head
Colin Kuebler 2019-11-09 14:25:55 -05:00 committed by GitHub
commit 2cf2fa59ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
import socket
import select