From 1d2897b7a24d0d3ba3386863d1b956b85d765294 Mon Sep 17 00:00:00 2001 From: hibobmaster <32976627+hibobmaster@users.noreply.github.com> Date: Sun, 20 Aug 2023 14:42:54 +0800 Subject: [PATCH] Remove extra blank line --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 7394468..a6afaac 100644 --- a/main.py +++ b/main.py @@ -10,7 +10,7 @@ app = FastAPI() def rootg(request: Request): return ( struct_ip_info_str(request.client.host) - + "\n\n" + + "\n" + request.headers.get("User-Agent") )