Log platform info on startup

This commit is contained in:
JonnyWong16 2018-05-10 08:47:54 -07:00
parent e91ba46265
commit 7c76b0678a
4 changed files with 18 additions and 5 deletions

View file

@ -43,7 +43,7 @@ class HTTPHandler(object):
'X-Plex-Product': 'Tautulli',
'X-Plex-Version': plexpy.common.RELEASE,
'X-Plex-Platform': plexpy.common.PLATFORM,
'X-Plex-Platform-Version': plexpy.common.PLATFORM_VERSION,
'X-Plex-Platform-Version': plexpy.common.PLATFROM_RELEASE,
'X-Plex-Client-Identifier': plexpy.CONFIG.PMS_UUID,
}