Загрузка...

API Не недочет Lenin broke API with his draw

Thread in Considered bugs created by Hollywood May 2, 2025. 71 view

  1. Hollywood
    Hollywood Topic starter May 2, 2025 э 20,248 Oct 28, 2020
    Скриншот/видео недочета: [IMG]
    Полная ссылка на страницу, где возникает проблема: https://lolz.live/threads/8646163/
    Как воспроизвести недочет:
    Code
    response = forum.threads.list(forum_id=766, limit=1, order='thread_create_date_reverse')
    threads = response.json()['threads']
    timezone = pytz.timezone('Europe/Moscow')
    now = datetime.now(timezone)
    for thread in threads:


    timestamp = thread['thread_create_date']
    date_time = datetime.fromtimestamp(timestamp, tz=timezone)
    print(date_time)
    LIMIT = 1, А ВЫДАЕТ 2 ТЕМЫ СУК ПОФИКСИТЕ
     
    1. Hollywood Topic starter
    2. Leanin
    3. Hollywood Topic starter
    4. View the next comments (2)
  2. uncpfiae
    uncpfiae May 2, 2025 ку 10,938 Sep 29, 2023
    лимит не учитывает закрепленные темы
     
Top
Loading...