Merge pull request #1186 from croneter/fix-spaces
Revert "Don't allow spaces in devicename"
This commit is contained in:
commit
20c7ca0d05
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ DEVICENAME = DEVICENAME.replace("?", "")
|
|||
DEVICENAME = DEVICENAME.replace('|', "")
|
||||
DEVICENAME = DEVICENAME.replace('(', "")
|
||||
DEVICENAME = DEVICENAME.replace(')', "")
|
||||
DEVICENAME = DEVICENAME.replace(' ', "")
|
||||
DEVICENAME = DEVICENAME.strip()
|
||||
|
||||
COMPANION_PORT = int(_ADDON.getSetting('companionPort'))
|
||||
|
||||
|
|
Loading…
Reference in a new issue