forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-10-02 03:17:24 +02:00
parent a2fe23de0c
commit f7173d2457
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ def post_embed(id, v):
try: id = int(id)
except: return None
p = get_post(id, graceful=True)
p = get_post(id, v, graceful=True)
return render_template("submission_listing.html", listing=[p], v=v)