code styling
This commit is contained in:
parent
55b7437fe7
commit
16870e9d67
@ -156,7 +156,7 @@ async def _config():
|
||||
|
||||
@app.get('/-/config/root-certificate', summary='* Root Certificate', description='returns Root--Certificate needed for patching nvidia-gridd')
|
||||
async def _config():
|
||||
return Response(content=my_root_certificate.pem().decode('ascii'), media_type='text/plain')
|
||||
return Response(content=my_root_certificate.pem().decode('ascii').strip(), media_type='text/plain')
|
||||
|
||||
|
||||
@app.get('/-/readme', summary='* Readme')
|
||||
|
Loading…
Reference in New Issue
Block a user