Fix OperationalError: near "1": syntax error

This commit is contained in:
croneter 2018-10-29 13:35:46 +01:00
parent fbaccdf4bf
commit 28a38c63a1

View file

@ -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
"""