diff --git a/plexpy/plexwatch_import.py b/plexpy/plexwatch_import.py index 533b5bdc..e9d6b13e 100644 --- a/plexpy/plexwatch_import.py +++ b/plexpy/plexwatch_import.py @@ -251,7 +251,7 @@ def import_from_plexwatch(database=None, table_name=None, import_ignore_interval hours=0, minutes=0, seconds=0) plexpy.schedule_job(activity_pinger.check_recently_added, 'Check for recently added items', hours=0, minutes=0, seconds=0) - plexpy.schedule_job(activity_pinger.check_server_response, 'Check for server response', + plexpy.schedule_job(activity_pinger.check_server_response, 'Check for Plex remote access', hours=0, minutes=0, seconds=0) ap = activity_processor.ActivityProcessor() @@ -302,7 +302,7 @@ def import_from_plexwatch(database=None, table_name=None, import_ignore_interval # Skip line if we don't have a ratingKey to work with if not row['rating_key']: - logger.error(u"PlexPy Importer :: Skipping record due to null ratingRey.") + logger.error(u"PlexPy Importer :: Skipping record due to null ratingKey.") continue # If the user_id no longer exists in the friends list, pull it from the xml.