remotes/1693045480750635534/spooky-22
Aevann1 2022-01-28 22:17:17 +02:00
parent b33b5d9c72
commit 0038707525
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ from .submission import Submission
from .comment import Comment
from files.__main__ import Base
from files.helpers.lazy import lazy
from files.helpers.const import *
import time
class OauthApp(Base):

View File

@ -659,6 +659,7 @@ def thumbnail_thread(pid):
post.thumburl = process_image(name, resize=100)
db.add(post)
db.commit()
db.close()
return