Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxpy committed Apr 13, 2024
1 parent e6aece3 commit c9fd7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaction/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def authenticate(self) -> None:
BrokenToken: if the `token` is broken or not valid
"""
try:
_ = self.github.get_user().login
# _ = self.github.get_user().login
self.is_authenticated = True
except BadCredentialsException:
raise BrokenToken(
Expand Down

0 comments on commit c9fd7d2

Please sign in to comment.