Remove error cmd from API

This commit is contained in:
JonnyWong16 2016-11-11 12:59:35 -08:00
parent 21d9091b43
commit 960b601384
3 changed files with 11 additions and 31 deletions

View file

@ -331,16 +331,7 @@ 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
```
"""
""" Flush out all of the temporary sessions in the database."""
result = database.delete_sessions()