update flutter version in build

This commit is contained in:
Bryan Gerlach
2024-11-16 17:42:46 -06:00
parent c9b5a9fe04
commit ea1523f09d
4 changed files with 7 additions and 7 deletions

View File

@@ -325,7 +325,7 @@ def startgh(request):
}
response = requests.post(url, json=data, headers=headers)
print(response)
return HttpResponse('')
return HttpResponse(status=204)
def save_png(file, uuid, domain):
file_save_path = "png/%s/%s" % (uuid, quote(file.name))