PEP8
This commit is contained in:
parent
7387b89d28
commit
dcb10249a3
1 changed files with 2 additions and 1 deletions
|
@ -829,7 +829,8 @@ class KodiVideoDB(common.KodiDBBase):
|
||||||
media_id,
|
media_id,
|
||||||
media_type,
|
media_type,
|
||||||
rating_type,
|
rating_type,
|
||||||
rating, votes)
|
rating,
|
||||||
|
votes)
|
||||||
VALUES (?, ?, ?, ?, ?, ?)
|
VALUES (?, ?, ?, ?, ?, ?)
|
||||||
''', (args))
|
''', (args))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue