diff options
Diffstat (limited to 'source/pyAggr3g470r.py')
-rwxr-xr-x | source/pyAggr3g470r.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py index 8df0ce44..d99ab122 100755 --- a/source/pyAggr3g470r.py +++ b/source/pyAggr3g470r.py @@ -562,6 +562,16 @@ class pyAggr3g470r(object): delete_article.exposed = True @auth.require() + def logout(self): + """ + Close the session. + """ + return self.auth.logout() + + logout.exposed = True + + + @auth.require() def drop_base(self): """ Delete all articles. |