Fix typo and remove default value for network creds

This commit is contained in:
angelblue05 2016-01-04 23:06:47 -06:00
parent 2c7a0c0b65
commit ade63ae22f
2 changed files with 3 additions and 3 deletions

View file

@ -73,8 +73,8 @@ class VideoNodes(object):
# Verify the video directory
if not xbmcvfs.exists(path):
shutil.copytree(
src=xbmc.translatePath("special://xbmc/system/library/video/").decode('utf-8'),
dst=xbmc.translatePath("special://profile/library/video/").decode('utf-8'))
src=xbmc.translatePath("special://xbmc/system/library/video").decode('utf-8'),
dst=xbmc.translatePath("special://profile/library/video").decode('utf-8'))
xbmcvfs.exists(path)
# Create the node directory