Skip to content

Commit dd0d3c7

Browse files
committed
fixed typo
1 parent f20f39c commit dd0d3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ async def gfpgan_upscale(
168168
user_id = sign_check(request)
169169
except ValueError:
170170
raise HTTPException(status_code=status.HTTP_401_UNAUTHORIZED)
171-
background_tasks.add_task(gfpgan_background, file.actionFile, user_id)
171+
background_tasks.add_task(gfpgan_background, file, user_id)
172172
return Response()
173173

174174

0 commit comments

Comments
 (0)