Skip to content

Commit

Permalink
newline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tijsziere committed Oct 26, 2023
1 parent f36f71c commit 0055eb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ async def create_kobo_headers(json_data: dict, system: system, kobouser: str, ko
target_url = f"https://kobonew.ifrc.org/api/v2/assets/{koboassetId}/hooks/"
auth = (kobouser, kobopassword)


payload = {
"name": "koboconnect",
"endpoint": f"https://kobo-connect.azurewebsites.net/kobo-to-{system}",
Expand Down

0 comments on commit 0055eb2

Please sign in to comment.