From 0055eb2df36dd747c10119d55652ce437e6c4847 Mon Sep 17 00:00:00 2001 From: tijsziere <39266480+tijsziere@users.noreply.github.com> Date: Thu, 26 Oct 2023 18:01:53 +0200 Subject: [PATCH] newline fix --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 643ac88..44791b6 100644 --- a/main.py +++ b/main.py @@ -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}",