1
0
forked from shaytan/rdgen

status on clients page

This commit is contained in:
Bryan Gerlach
2025-03-25 15:58:02 -05:00
parent 21a5dc1bf6
commit ebaedbcf55

View File

@@ -371,7 +371,7 @@ def save_png(file, uuid, domain, name):
for chunk in file.chunks():
f.write(chunk)
imageJson = {}
imageJson['url'] = domain
imageJson['url'] = "%s/api" % domain
imageJson['uuid'] = uuid
imageJson['file'] = name
#return "%s/%s" % (domain, file_save_path)