mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
NSLOOKUP v0.1.6
This commit is contained in:
@@ -383,7 +383,7 @@ def get_device_name_nslookup(db, pMAC, pIP):
|
||||
db.commitDB()
|
||||
|
||||
if len(nslookupEntry) != 0:
|
||||
name = nslookupEntry[0][0]
|
||||
name = cleanDeviceName(nslookupEntry[0][0])
|
||||
|
||||
return name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user