Move search stuff to own file

This commit is contained in:
2022-12-10 22:30:35 +01:00
parent 1de74f7d8a
commit 2f24de421f
3 changed files with 52 additions and 40 deletions

View File

@ -24,9 +24,7 @@ Exceptions:
from typing import Iterable
from discord_webhook import DiscordWebhook
from reader import (
Entry,
)
from reader import Entry
from requests import Response
from discord_rss_bot.settings import reader