Skip to content

Commit

Permalink
Auth Change
Browse files Browse the repository at this point in the history
  • Loading branch information
shiva-menta committed Nov 11, 2024
1 parent 26db6e3 commit 2e88420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/courses/management/commands/sync_path_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

path_semaphore = asyncio.Semaphore(25)
webhook_semaphore = asyncio.Semaphore(25)
auth = base64.standard_b64encode("webhook:password".encode("ascii"))
auth = base64.standard_b64encode(f"{settings.WEBHOOK_URL}:{settings.WEBHOOK_PASSWORD}".encode("ascii"))


def map_path_to_opendata(course_status):
Expand Down

0 comments on commit 2e88420

Please sign in to comment.