mirror of
https://github.com/bryangerlach/rdgen.git
synced 2025-12-02 10:03:17 +00:00
update flutter version in build
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user