mirror of
https://github.com/alterware/aw-bot.git
synced 2025-10-26 22:16:58 +00:00
feat: limit embeds
This commit is contained in:
@@ -1 +1 @@
|
||||
from .handle_request import fetch_cooked_posts, get_topics_by_tag, get_topics_by_id
|
||||
from .handle_request import fetch_cooked_posts, get_topics_by_id, get_topics_by_tag
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import requests
|
||||
import os
|
||||
|
||||
import requests
|
||||
from bs4 import BeautifulSoup
|
||||
|
||||
DISCOURSE_BASE_URL = os.getenv("DISCOURSE_BASE_URL")
|
||||
|
||||
Reference in New Issue
Block a user