Remove extra blank line

This commit is contained in:
hibobmaster 2023-08-20 14:42:54 +08:00
parent 4ed64e4db0
commit 1d2897b7a2
Signed by: bobmaster
SSH key fingerprint: SHA256:5ZYgd8fg+PcNZNy4SzcSKu5JtqZyBF8kUhY7/k2viDk

View file

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