Skip to content

Commit

Permalink
Merge pull request #40 from cornatul/fix/feed-reader
Browse files Browse the repository at this point in the history
Fix/feed reader
  • Loading branch information
izdrail authored Nov 23, 2023
2 parents 62aa435 + c9be304 commit ad78ad5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/endpoints/feeds.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from fastapi import APIRouter
from pydantic import BaseModel

import feedparser
from feedfinder2 import find_feeds
router = APIRouter()


Expand Down

0 comments on commit ad78ad5

Please sign in to comment.