Skip to content

Commit

Permalink
fix: use requests instead of urllib2 when authenticating
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdellahitech committed Aug 30, 2024
1 parent 26595f4 commit 36979c3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def login_to_bullhorn(access_token):
f" {response.text}"
)


def get_or_refresh_token(
grant_type, client_id, client_secret, ttl=None, code=None, refresh_token=None
):
Expand Down

0 comments on commit 36979c3

Please sign in to comment.