remotes/1693045480750635534/spooky-22
Aevann1 2021-09-24 01:24:23 +02:00
parent 681b3cd6a9
commit d4fa9a3dcd
1 changed files with 1 additions and 6 deletions

View File

@ -465,12 +465,7 @@ def thumbnail_thread(pid):
db = db_session()
post = get_post(pid, graceful=True, session=db)
if not post:
# account for possible follower lag
time.sleep(60)
post = get_post(pid, session=db)
post = db.query(Submission).filter_by(id=pid).first()
fetch_url=post.url