fix prints under select watched to be similar to unwatched
This commit is contained in:
parent
c160b66e3f
commit
7dde481636
@ -438,10 +438,10 @@ if __name__ == '__main__':
|
||||
|
||||
if opts.select == "watched":
|
||||
if libraries:
|
||||
print("Finding watched items in libraries...")
|
||||
for user in user_lst:
|
||||
print("Finding watched items from user: {}",format(user.name))
|
||||
for _library in libraries:
|
||||
print("Checking {}'s library: '{}' watch statuses...".format(user.name, _library.title))
|
||||
print("Checking library: '{}' watch statuses...".format(_library.title))
|
||||
watched_work(user=user, sectionID=_library.key)
|
||||
|
||||
if opts.ratingKey:
|
||||
|
Loading…
Reference in New Issue
Block a user