mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Added missing user filtering to a pair of graphs and renamed a few things
This commit is contained in:
parent
dacb4ea7d6
commit
ffa1331802
4 changed files with 39 additions and 35 deletions
|
@ -21,7 +21,7 @@ class Users(object):
|
|||
def __init__(self):
|
||||
pass
|
||||
|
||||
def get_names(self, kwargs=None):
|
||||
def get_user_names(self, kwargs=None):
|
||||
monitor_db = database.MonitorDatabase()
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue