This commit is contained in:
Aevann1 2021-09-04 03:30:56 +02:00
parent 15e6d53357
commit 7ccf3c0ead

View file

@ -24,7 +24,7 @@ def marseyverse(v):
listing = []
while count < 25:
while count < 100:
for site in [drama,pcm,gigachad,weebzone]:
try: post = site[count]
except: continue