Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
SkelSec committed Jan 22, 2025
1 parent 49d9e05 commit 14cbea0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions minikerberos/common/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ def get_target(self):
timeout = self.timeout
)
return res

def get_credential(self):
return self.get_creds()

def get_creds(self):
if self.credential is not None:
Expand Down

0 comments on commit 14cbea0

Please sign in to comment.