mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-06 04:31:30 +00:00
python3.8 compability fix
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
import codecs
|
||||
import struct
|
||||
from utils import *
|
||||
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