last check for userFrom

This commit is contained in:
Blacktwin 2019-07-11 11:49:10 -04:00
parent 63a0427d91
commit 11bd4b1e9f

View File

@ -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