experimental 2

This commit is contained in:
stupidcomputer 2024-10-09 05:57:11 -05:00
parent 13d6747f5e
commit c8bb64b294
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class WebgitClient:
},
)
def create_webhook(self, owner, repo_name, http_endpoint, events: List[str]):
def create_webhook(self, owner, repo_name, http_endpoint, events: list[str]):
return self.post(
self.api_prefix + "/repos/{}/{}/hooks".format(
owner,