From 11bd4b1e9f80b947e6380ec272acb496162b1d7b Mon Sep 17 00:00:00 2001 From: Blacktwin Date: Thu, 11 Jul 2019 11:49:10 -0400 Subject: [PATCH] last check for userFrom --- utility/sync_watch_status.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utility/sync_watch_status.py b/utility/sync_watch_status.py index 000f366..e4e19b6 100644 --- a/utility/sync_watch_status.py +++ b/utility/sync_watch_status.py @@ -545,6 +545,9 @@ if __name__ == '__main__': print("Rating Key {} was not reported as watched in Plex for user {}".format(opts.ratingKey, userFrom)) exit() + else: + print("Use an actual user.") + exit() for user, server_name in opts.userTo: # Check access and connect