Fix OperationalError: near "1": syntax error
This commit is contained in:
parent
fbaccdf4bf
commit
28a38c63a1
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class PlexDBBase(object):
|
||||||
except TypeError:
|
except TypeError:
|
||||||
pass
|
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
|
Sets a new timestamp for plex_id
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue