Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bltravis committed Oct 13, 2024
1 parent 1b485ac commit f43115c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion folioclient/FolioClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

USER_AGENT_STRING = "Folio Client (https://github.com/FOLIO-FSE/FolioClient)"


class FolioClient:
"""handles communication and getting values from FOLIO"""

Expand Down Expand Up @@ -445,7 +446,7 @@ def get_latest_from_github(
): # noqa: S107
github_headers = {
"content-type": CONTENT_TYPE_JSON,
"User-Agent": USER_AGENT_STRING,",
"User-Agent": USER_AGENT_STRING,
}
if personal_access_token:
github_headers["authorization"] = f"token {personal_access_token}"
Expand Down

0 comments on commit f43115c

Please sign in to comment.