mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Rename get_log
This commit is contained in:
parent
93a1d9c164
commit
b50c92f919
2 changed files with 2 additions and 2 deletions
|
@ -198,7 +198,7 @@
|
|||
var selected_log_level = null;
|
||||
function loadPlexPyLogs(selected_log_level) {
|
||||
log_table_options.ajax = {
|
||||
url: "getLog",
|
||||
url: "get_log",
|
||||
type: 'post',
|
||||
data: function (d) {
|
||||
return {
|
||||
|
|
|
@ -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', "")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue