mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-07 13:11:29 +00:00
python3.8 compability fix
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
from utils import *
|
||||
from base64 import b64decode
|
||||
if settings.Config.PY2OR3 is "PY3":
|
||||
if settings.Config.PY2OR3 == "PY3":
|
||||
from socketserver import BaseRequestHandler
|
||||
else:
|
||||
from SocketServer import BaseRequestHandler
|
||||
|
||||
Reference in New Issue
Block a user