fix: String quotes error
All checks were successful
Build Docker / BuildImage (push) Successful in 29s

This commit is contained in:
Nathan Woodburn 2024-10-03 14:10:45 +10:00
parent 859c88fb97
commit bb03ec606b
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -146,7 +146,7 @@ def renew_path(path: str):
return jsonify({"error": "API error"}), 400 return jsonify({"error": "API error"}), 400
req = req.json() req = req.json()
output = {"success": True,"message": f"Renewing {data["data"]}","output":req} output = {"success": True,"message": f'Renewing {data["data"]}',"output":req}
# Send discord webhook # Send discord webhook
webhook = os.getenv("DISCORD") webhook = os.getenv("DISCORD")
if webhook: if webhook: