mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-09 14:11:30 +00:00
python3.8 compability fix
This commit is contained in:
@@ -19,7 +19,7 @@ import struct
|
||||
import re
|
||||
import ssl
|
||||
import codecs
|
||||
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