mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-30 11:38:36 -07:00
Fix typo
This commit is contained in:
parent
bfabbe3cdb
commit
9d2be4b939
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ def refresh_users():
|
|||
else:
|
||||
item['custom_avatar_url'] = item['thumb']
|
||||
|
||||
monitor_db.upsert('users', keys_dict=keys_dict, value_dict=item)
|
||||
monitor_db.upsert('users', key_dict=keys_dict, value_dict=item)
|
||||
|
||||
query = 'UPDATE users SET is_active = 0 WHERE user_id NOT IN ({})'.format(', '.join(['?'] * len(user_ids)))
|
||||
monitor_db.action(query=query, args=user_ids)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue