Skip to content

Commit eb00836

Browse files
committed
Check test output in CI
1 parent 5a5d869 commit eb00836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: frontend/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ async def generate(request: Request) -> AnyTokenResponse: # noqa: C901 # gen i
449449
else:
450450
kube_config = None
451451
canarytoken = Canarytoken()
452-
452+
print(request.client)
453453
src_ip = request.headers.get(switchboard_settings.REAL_IP_HEADER) or (
454454
request.client.host if request.client else ""
455455
)

0 commit comments

Comments
 (0)