mirror of
https://github.com/blacktwin/JBOPS.git
synced 2025-12-11 19:37:18 +00:00
Compare commits
2 Commits
6c1a7979af
...
4fac33a518
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4fac33a518 | ||
|
|
8dcf49c58e |
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user