Skip to content

Commit faedc27

Browse files
committed
Remove debug lines
1 parent fad1dd7 commit faedc27

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tools/plex-bootstraptest.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,7 @@ def create_section(server, section, opts):
100100
expected_media_type = tuple(SEARCHTYPES[t] for t in expected_media_type)
101101

102102
def alert_callback(data):
103-
""" Listen to the Plex notifier to determine when metadata scanning is complete.
104-
* state=1 means record processed, when no metadata source was set
105-
* state=5 means record processed, applicable only when metadata source was set
106-
{u'StatusNotification': [{u'notificationName': u'LIBRARY_UPDATE', u'description': u'Extra information may still be downloading from the Internet', u'title': u'Library scan complete'}], u'type': u'status', u'size': 1}
107-
"""
103+
""" Listen to the Plex notifier to determine when metadata scanning is complete. """
108104
global processed_media
109105
if data['type'] == 'timeline':
110106
for entry in data['TimelineEntry']:

0 commit comments

Comments
 (0)