refactor: streamline captcha and thread access
Build and Push (dev) / build (push) Successful in 1m29s
Build and Push (dev) / build (push) Successful in 1m29s
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ class Lolz:
|
||||
logger.debug(f"Редактирую данные темы {thread_id}...")
|
||||
try:
|
||||
if post_body:
|
||||
thread = await self.client.threads.get(thread_id=thread_id)
|
||||
thread = await self.get_thread(thread_id=thread_id)
|
||||
|
||||
# Чтобы отредактировать соддержимое темы - надо отредактировать первый пост
|
||||
post = thread.get("first_post", {})
|
||||
|
||||
Reference in New Issue
Block a user