Skip to content

Commit 312d511

Browse files
Style fix. (#8390)
1 parent 4f4f1c6 commit 312d511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def image_save_function(image, post, filepath):
390390
async def view_image(request):
391391
if "filename" in request.rel_url.query:
392392
filename = request.rel_url.query["filename"]
393-
filename,output_dir = folder_paths.annotated_filepath(filename)
393+
filename, output_dir = folder_paths.annotated_filepath(filename)
394394

395395
if not filename:
396396
return web.Response(status=400)

0 commit comments

Comments
 (0)