From a939d1bfd86390be2124879e8e586f71bbf3edf1 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Wed, 19 Apr 2017 19:59:59 -0700 Subject: [PATCH] Fix notify_log success column name --- plexpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(