1
0
forked from shaytan/rdgen
This commit is contained in:
Bryan Gerlach
2025-03-25 15:59:24 -05:00
parent ebaedbcf55
commit c59a838f7b

View File

@@ -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)