mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-25 17:09:03 +00:00
First round of cleanup
This commit is contained in:
@@ -163,7 +163,7 @@ class Settings:
|
||||
self.Verbose = options.Verbose
|
||||
self.CommandLine = str(sys.argv)
|
||||
|
||||
if self.HtmlToInject == None:
|
||||
if self.HtmlToInject is None:
|
||||
self.HtmlToInject = ''
|
||||
|
||||
self.Bind_To = utils.FindLocalIP(self.Interface, self.OURIP)
|
||||
|
||||
Reference in New Issue
Block a user