From 28a38c63a1a6cdd726b6f89e7d7ea6b79b3f60d8 Mon Sep 17 00:00:00 2001 From: croneter Date: Mon, 29 Oct 2018 13:35:46 +0100 Subject: [PATCH] Fix OperationalError: near "1": syntax error --- resources/lib/plex_db/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/plex_db/common.py b/resources/lib/plex_db/common.py index 9700cd29..5841087d 100644 --- a/resources/lib/plex_db/common.py +++ b/resources/lib/plex_db/common.py @@ -105,7 +105,7 @@ class PlexDBBase(object): except TypeError: pass - def update_last_sync(self, plex_type, plex_id, last_sync): + def update_last_sync(self, plex_id, plex_type, last_sync): """ Sets a new timestamp for plex_id """