mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-15 01:22:52 -07:00
change IsOSX to utils.IsOsX. Fixes #89
This commit is contained in:
parent
59337ab87d
commit
08c3a90b40
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class Settings:
|
||||||
|
|
||||||
def populate(self, options):
|
def populate(self, options):
|
||||||
|
|
||||||
if options.Interface is None and IsOsX() is False:
|
if options.Interface is None and utils.IsOsX() is False:
|
||||||
print utils.color("Error: -I <if> mandatory option is missing", 1)
|
print utils.color("Error: -I <if> mandatory option is missing", 1)
|
||||||
sys.exit(-1)
|
sys.exit(-1)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue