Removed logout from __exit__ method

This commit is contained in:
Daniil Anfimov 2022-06-26 19:01:57 +02:00
parent 69f0a5454c
commit 4d05f388a2
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class CasWrapper:
return self
def __exit__(self, exc_type, value, traceback):
self._cas['logout']()
pass
def notarize(
self,