Added missing user filtering to a pair of graphs and renamed a few things

This commit is contained in:
Otger 2016-04-24 03:21:51 +02:00
commit ffa1331802
4 changed files with 39 additions and 35 deletions

View file

@ -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: