diff --git a/plexpy/__init__.py b/plexpy/__init__.py index bcd9a613..c7b0f7f6 100644 --- a/plexpy/__init__.py +++ b/plexpy/__init__.py @@ -960,7 +960,7 @@ def dbcheck(): # Upgrade notify_log table from earlier versions try: - c_db.execute('SELECT send_success FROM notify_log') + c_db.execute('SELECT success FROM notify_log') except sqlite3.OperationalError: logger.debug(u"Altering database. Updating database table notify_log.") c_db.execute(