Rename get_log

This commit is contained in:
JonnyWong16 2016-09-29 23:31:33 -07:00
parent 93a1d9c164
commit b50c92f919
2 changed files with 2 additions and 2 deletions

View file

@ -2234,7 +2234,7 @@ class WebInterface(object):
@cherrypy.expose
@requireAuth(member_of("admin"))
def getLog(self, **kwargs):
def get_log(self, **kwargs):
json_data = helpers.process_json_kwargs(json_kwargs=kwargs.get('json_data'))
log_level = kwargs.get('log_level', "")