forked from shaytan/rdgen
revert
This commit is contained in:
@@ -371,7 +371,7 @@ def save_png(file, uuid, domain, name):
|
|||||||
for chunk in file.chunks():
|
for chunk in file.chunks():
|
||||||
f.write(chunk)
|
f.write(chunk)
|
||||||
imageJson = {}
|
imageJson = {}
|
||||||
imageJson['url'] = "%s/api" % domain
|
imageJson['url'] = domain
|
||||||
imageJson['uuid'] = uuid
|
imageJson['uuid'] = uuid
|
||||||
imageJson['file'] = name
|
imageJson['file'] = name
|
||||||
#return "%s/%s" % (domain, file_save_path)
|
#return "%s/%s" % (domain, file_save_path)
|
||||||
|
|||||||
Reference in New Issue
Block a user