Bugfix issues 165, 163

This commit is contained in:
Jokob-sk
2023-02-04 10:38:57 +11:00
parent f8cf7f0717
commit e3623420b0
4 changed files with 7 additions and 4 deletions

View File

@@ -1873,7 +1873,7 @@ def cleanResult(str):
str = str.replace(".lan", "")
str = str.replace(".home", "")
str = re.sub(r'-[a-fA-F0-9]{32}', '', str) # removing last part of e.g. Nest-Audio-ff77ff77ff77ff77ff77ff77ff77ff77
str = str.replace(".", "")
# str = str.replace(".", "")
return str