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") )