mirror of
https://github.com/k4m4/kickthemout.git
synced 2025-07-15 14:09:03 +02:00
hotname display
This commit is contained in:
parent
e0f72b9ba4
commit
03e2b3055f
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ def get_hostname(ip):
|
|||
except:
|
||||
pass
|
||||
if ip == utils.socket.getfqdn(ip):
|
||||
hostname == 'N/A'
|
||||
hostname = 'N/A'
|
||||
return hostname
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue