Skip to content

Commit 4377584

Browse files
authored
Update github-jira.py
1 parent 28d81d9 commit 4377584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Day-15/github-jira.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def createJira():
1515

1616
API_TOKEN="ATATT3xFfGF0IxIFYK2DnBxDgEmApPkCwgjc8ETlKGNGp3IFDucez4H44sEkqHkb4AyJDTAKV1HCLvyvh9XxhbYDOcZyngBiwHenaQd0IHGnF2FwQBrj3PkqEIHyvQ_a1QKiECeq9mTfKM0AbPlTDCjLApqU42Q0DSHCQRWi9veDdPmJJZqdN_w=51F413BB"
1717

18-
auth = HTTPBasicAuth("", API_TOKEN)
18+
auth = HTTPBasicAuth("patildipak0791@gmail.com", API_TOKEN)
1919

2020
headers = {
2121
"Accept": "application/json",

0 commit comments

Comments
 (0)