Skip to content

Commit 938b1e6

Browse files
author
Gauvain Pocentek
committed
fix the token authentication
1 parent 523d764 commit 938b1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def credentials_auth(self):
9393

9494
def token_auth(self):
9595
try:
96-
self.user = self.get(CurrentUser)
96+
self.user = CurrentUser(self)
9797
return True
9898
except:
9999
return False

0 commit comments

Comments
 (0)