forked from MarseyWorld/MarseyWorld
minor bool change
parent
902bb13cf1
commit
fd3edf51c9
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue