remotes/1693045480750635534/spooky-22
Aevann1 2021-07-31 07:30:53 +02:00
parent 6b0387e745
commit ed2a9f40e6
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ def oauth_grant():
return data
else:
return {"oauth_error": f"Invalid grant_type `{request.values.get('grant_type',''}`. Expected `code` or `refresh`."}), 400
return {"oauth_error": f"Invalid grant_type `{request.values.get('grant_type','')}`. Expected `code` or `refresh`."}, 400
@app.post("/api_keys")