last check for userFrom
This commit is contained in:
parent
63a0427d91
commit
11bd4b1e9f
@ -545,6 +545,9 @@ if __name__ == '__main__':
|
|||||||
print("Rating Key {} was not reported as watched in Plex for user {}".format(opts.ratingKey,
|
print("Rating Key {} was not reported as watched in Plex for user {}".format(opts.ratingKey,
|
||||||
userFrom))
|
userFrom))
|
||||||
exit()
|
exit()
|
||||||
|
else:
|
||||||
|
print("Use an actual user.")
|
||||||
|
exit()
|
||||||
|
|
||||||
for user, server_name in opts.userTo:
|
for user, server_name in opts.userTo:
|
||||||
# Check access and connect
|
# Check access and connect
|
||||||
|
Loading…
Reference in New Issue
Block a user