From 1ab729aafd660600e91f191039354530ccca22ba Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Wed, 9 Oct 2024 07:18:08 -0500 Subject: [PATCH] stupid --- bridge/webgit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge/webgit.py b/bridge/webgit.py index 1ec2c21..7ddfe9e 100644 --- a/bridge/webgit.py +++ b/bridge/webgit.py @@ -183,11 +183,11 @@ class Gitea(WebgitClient): repo_name, ), json={ + "active": True, "config": { "url": http_endpoint, "content_type": "json", }, - "active": True, "events": events, "type": "gitea", },