remotes/1693045480750635534/spooky-22
Aevann1 2021-09-04 03:11:03 +02:00
parent 40f3be00e4
commit 46efa902dc
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ def marseyverse(v):
while count < 25:
for site in [drama,pcm,gigachad,weebzone]:
listing.append(Post(site[count]))
post = site[count]
listing.append(Post(post))
count += 1
return render_template("marseyverse.html", v=v, listing=listing)