Revert "Correct path for deviceid"

This reverts commit 67c4c33a5b.
This commit is contained in:
angelblue05 2015-12-26 12:29:38 -06:00
parent 67c4c33a5b
commit 8d219b64b3
1 changed files with 1 additions and 1 deletions

View File

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