image stuff

This commit is contained in:
Bryan Gerlach
2024-10-08 14:54:32 -05:00
parent d468f76058
commit c7fe4402a8

View File

@@ -229,7 +229,9 @@ def download(request):
def get_png(request):
print("get png")
filename = request.GET['filename']
print(filename)
uuid = request.GET['uuid']
print(uuid)
#filename = filename+".exe"
file_path = os.path.join('png',uuid,filename)
print(file_path)