minor bool change

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-11-11 06:46:11 +02:00
parent 902bb13cf1
commit fd3edf51c9
1 changed files with 1 additions and 1 deletions

View File

@ -770,7 +770,7 @@ def submit_post(v, sub=None):
if embed and len(embed) > 1500: embed = None
ghost = (request.values.get("ghost") == "on")
ghost = bool(request.values.get("ghost"))
if embed: embed = embed.strip()