Update md add exception traceback to the browser

This commit is contained in:
Hellowlol 2016-11-05 22:24:37 +01:00
parent 11c7342299
commit e881c32797
3 changed files with 44 additions and 16 deletions

View file

@ -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()