mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 08:16:06 -07:00
Update md add exception traceback to the browser
This commit is contained in:
parent
11c7342299
commit
e881c32797
3 changed files with 44 additions and 16 deletions
|
@ -331,6 +331,16 @@ class WebInterface(object):
|
|||
@requireAuth(member_of("admin"))
|
||||
@addtoapi()
|
||||
def delete_temp_sessions(self, **kwargs):
|
||||
""" Flush out all of the temporary sessions in the database.
|
||||
|
||||
```
|
||||
Required parameters:
|
||||
None
|
||||
|
||||
Required parameters:
|
||||
None
|
||||
```
|
||||
"""
|
||||
|
||||
result = database.delete_sessions()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue