Skip to content

Commit

Permalink
replaced error
Browse files Browse the repository at this point in the history
  • Loading branch information
tijsziere committed Sep 23, 2024
1 parent 744ceff commit 10aaa75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ async def kobo_update_121(request: Request, dependencies=Depends(required_header

referenceId = kobo_data['referenceid']

access_token = login121(url, request.headers["username121"], request.headers["password121"])
access_token = login121(request.headers["url121"], request.headers["username121"], request.headers["password121"])

# Create API payload body
intvalues = ['maxPayments', 'paymentAmountMultiplier', 'inclusionScore']
Expand Down

0 comments on commit 10aaa75

Please sign in to comment.