0
0
Fork 0
mirror of https://github.com/Screetsec/TheFatRat.git synced 2023-12-14 02:02:58 +01:00

env python 2.7

Script was changed to work on python 2.7 instead python3 originally released .
However this is just a test that it can be reversed in case necessary
This commit is contained in:
peterpt 2019-12-05 16:00:48 +00:00 committed by GitHub
parent 600f6d1507
commit 6bb7959b72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python2.7
import os
import sys
import getopt