mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 23:42:37 -07:00
Fix typo
This commit is contained in:
parent
ff2cf73f23
commit
729191722a
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ def delete_rows_from_table(table, row_ids):
|
|||
if row_ids:
|
||||
logger.info("Tautulli Database :: Deleting row ids %s from %s database table", row_ids, table)
|
||||
|
||||
# SQlite verions prior to 3.32.0 (2020-05-22) have maximum variable limit of 999
|
||||
# SQlite versions prior to 3.32.0 (2020-05-22) have maximum variable limit of 999
|
||||
# https://sqlite.org/limits.html
|
||||
sqlite_max_variable_number = 999
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue