Correct path for deviceid

This commit is contained in:
angelblue05 2015-12-26 12:19:42 -06:00
parent a5e9fb1698
commit 67c4c33a5b

View file

@ -74,7 +74,7 @@ class ClientInfo():
return clientId
addon_path = self.addon.getAddonInfo('path').decode('utf-8')
GUID_file = xbmc.translatePath("%s\machine_guid" % addon_path).decode('utf-8')
GUID_file = xbmc.translatePath("%smachine_guid" % addon_path).decode('utf-8')
try:
GUID = open(GUID_file)