From 9f5f2e256ccec47b961c2b3c30c40c6b7f0030e2 Mon Sep 17 00:00:00 2001 From: Erin Morelli Date: Mon, 10 Oct 2016 16:01:25 -0400 Subject: [PATCH] Removing leftover debugging code - whoops --- plex_updater.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plex_updater.py b/plex_updater.py index 9fcc289..10993d8 100755 --- a/plex_updater.py +++ b/plex_updater.py @@ -29,10 +29,6 @@ import subprocess import xml.etree.ElementTree as ET -import pprint -pp = pprint.PrettyPrinter(indent=4) - - # Script global constants API_ROOT_URL = 'https://plex.tv/{0}'