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