Skip to content

Commit

Permalink
Sort
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang Cao committed Dec 20, 2023
1 parent fa602f0 commit 5dcaaeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions liferay/jira/jira_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def get_jira_connection():
print("Jira authorizing...")

return JIRA(
JIRA_INSTANCE,
options={"headers": {"Accept": "*/*"}},
basic_auth=(get_credentials("JIRA_USER_NAME"), get_credentials("JIRA_TOKEN")),
options={"headers": {"Accept": "*/*"}},
server=JIRA_INSTANCE,
)

0 comments on commit 5dcaaeb

Please sign in to comment.