mirror of
https://github.com/bryangerlach/rdgen.git
synced 2025-11-29 08:33:23 +00:00
rdgen
This commit is contained in:
@@ -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('')
|
||||
Reference in New Issue
Block a user