This commit is contained in:
Pranjal 2025-04-01 07:23:49 -04:00 committed by GitHub
commit 4fac33a518
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -807,6 +807,8 @@ if __name__ == '__main__':
if opts.action == "show":
action_show(size_lst, opts.select, opts.date)
elif opts.action == 'delete':
plex_deletion(size_lst, libraries, opts.toggleDeletion)
else:
print("Size must end with one of these notations: {}".format(", ".join(UNTIS.keys())))
pass