mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 03:33:08 +00:00
Remove print statement
This commit is contained in:
parent
21508703be
commit
fad1dd7add
1 changed files with 0 additions and 1 deletions
|
@ -106,7 +106,6 @@ def create_section(server, section, opts):
|
|||
{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}
|
||||
"""
|
||||
global processed_media
|
||||
print(data)
|
||||
if data['type'] == 'timeline':
|
||||
for entry in data['TimelineEntry']:
|
||||
if entry.get('identifier', 'com.plexapp.plugins.library') == 'com.plexapp.plugins.library':
|
||||
|
|
Loading…
Reference in a new issue