dev #19

Merged
profitroll merged 98 commits from dev into master 2023-04-24 13:48:22 +03:00
Showing only changes of commit 87af9fd333 - Show all commits

View File

@ -71,7 +71,7 @@ async def send_content(app: PosterClient):
del response
submitted_caption = col_submitted.find_one( {"image": ObjectId(pic[0])} )
submitted_caption = col_submitted.find_one( {"temp.file": pic[1]} )
if submitted_caption is not None:
caption = submitted_caption["caption"].strip()