Remove extra blank line
This commit is contained in:
parent
4ed64e4db0
commit
1d2897b7a2
1 changed files with 1 additions and 1 deletions
2
main.py
2
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")
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue