dupe
This commit is contained in:
parent
8bba0b88fd
commit
5cbcd72912
1 changed files with 0 additions and 2 deletions
|
@ -175,8 +175,6 @@ def install_osx():
|
|||
with open(template_path, 'r', encoding='utf-8') as inp:
|
||||
plist = inp.read()
|
||||
|
||||
plist = codecs.open(template_path, 'r', 'utf-8')
|
||||
|
||||
plist = plist.read()
|
||||
|
||||
plist = plist.replace("$HASS_PATH$", hass_path)
|
||||
|
|
Loading…
Add table
Reference in a new issue