This commit is contained in:
Bryan Gerlach
2024-10-07 22:25:51 -05:00
parent d51ed64c66
commit 0ea6f4078f

View File

@@ -297,7 +297,7 @@ def startgh(request):
'Authorization': 'Bearer '+_settings.GHBEARER,
'X-GitHub-Api-Version': '2022-11-28'
}
print(data)
print(data_)
response = requests.post(url, json=data, headers=headers)
print(response)
return HttpResponse('')