remotes/1693045480750635534/spooky-22
Aevann1 2021-08-13 04:48:33 +02:00
parent 8d6c41b8ca
commit 6ed04788b8
1 changed files with 2 additions and 2 deletions

View File

@ -18,5 +18,5 @@ def crosspost_embed(id):
id = int(id)
p = get_post(id, graceful=True)
return render_template("submission_listing.html", listing=[p], v=g.v)
return render_template("submission_listing.html", listing=[p])