mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-06 04:51:23 -07:00
fixed crash: typo.
This commit is contained in:
parent
5f59f2934e
commit
0642999741
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ def main():
|
|||
threads.append(Thread(target=serve_thread_tcp, args=('', 80, HTTP,)))
|
||||
|
||||
if settings.Config.SSL_On_Off:
|
||||
from servers.HTTP import HTTPS
|
||||
from servers.HTTP import HTTP
|
||||
threads.append(Thread(target=serve_thread_SSL, args=('', 443, HTTP,)))
|
||||
|
||||
if settings.Config.WPAD_On_Off:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue