print out correction after->before

This commit is contained in:
blacktwin 2020-02-26 14:56:51 -05:00
parent a8e3de7aae
commit c38138b41b

View File

@ -232,7 +232,7 @@ def plex_deletion(items, libraries, toggleDeletion):
time.sleep(1)
plex = PlexServer(PLEX_URL, PLEX_TOKEN)
print("The following items were added after {} and marked for deletion.".format(opts.date))
print("The following items were added before {} and marked for deletion.".format(opts.date))
for item in items:
plex_item = plex.fetchItem(int(item.rating_key))
plex_item.delete()