This commit is contained in:
stupidcomputer 2024-10-09 07:54:52 -05:00
parent e0bd35cb6d
commit 5a2e6c1f87

View File

@ -110,6 +110,7 @@ def gitea_handle_issue_action():
github = Github(app.config["GITHUB_ACCESS_TOKEN"]) github = Github(app.config["GITHUB_ACCESS_TOKEN"])
data = request.json data = request.json
print(data)
try: try:
event_type = data["action"] event_type = data["action"]
@ -219,6 +220,7 @@ def github_handle_issue_action():
github = Github(app.config["GITHUB_ACCESS_TOKEN"]) github = Github(app.config["GITHUB_ACCESS_TOKEN"])
data = request.json data = request.json
print(data)
try: try:
event_type = data["action"] event_type = data["action"]