From cee656a0533e325f8d7d52b3a461f4b252d81d90 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Mon, 23 May 2016 18:02:13 -0700 Subject: [PATCH] Fix ip address in Plexivity import --- plexpy/plexivity_import.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plexpy/plexivity_import.py b/plexpy/plexivity_import.py index e452619f..879736e3 100644 --- a/plexpy/plexivity_import.py +++ b/plexpy/plexivity_import.py @@ -100,6 +100,7 @@ def extract_plexivity_xml(xml=None): video_resolution = helpers.get_xml_attr(c, 'videoResolution') width = helpers.get_xml_attr(c, 'width') + ip_address = '' machine_id = '' platform = '' player = ''