mirror of
https://github.com/DanMcInerney/LANs.py.git
synced 2025-07-16 10:03:46 -07:00
removed redundant 'pass'
This commit is contained in:
parent
cbeeca8d58
commit
c4a62477ff
1 changed files with 0 additions and 1 deletions
1
LANs.py
1
LANs.py
|
@ -1047,7 +1047,6 @@ def main():
|
|||
for x in DHCPopt:
|
||||
if 'domain' in x:
|
||||
local_domain = x[1]
|
||||
pass
|
||||
else:
|
||||
local_domain = 'None'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue