fix import error.

This commit is contained in:
Jason Schwarzenberger
2020-11-16 15:41:09 +13:00
parent 6a91b9402f
commit f5ccd844da
3 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ from bs4 import BeautifulSoup
import settings
from utils import clean
from misc.api import xml
from _news import Base
from misc.news import Base
def _filter_links(links, category_url, excludes=None):
links = list(filter(None, [link if link.startswith(category_url) else None for link in links]))