update config

This commit is contained in:
felinae98
2022-02-12 10:40:27 +08:00
parent 649c1cf8f2
commit 7dbbaea6c8
18 changed files with 36 additions and 24 deletions
@@ -1,8 +1,8 @@
import json
from typing import Any
import httpx
from bs4 import BeautifulSoup as bs
import httpx
from ..post import Post
from ..types import Category, RawPost, Target
@@ -1,7 +1,7 @@
import time
from abc import ABC, abstractmethod
from collections import defaultdict
from dataclasses import dataclass
import time
from typing import Any, Collection, Literal, Optional
import httpx
+1 -1
View File
@@ -1,9 +1,9 @@
import calendar
from typing import Any, Optional
from bs4 import BeautifulSoup as bs
import feedparser
import httpx
from bs4 import BeautifulSoup as bs
from ..post import Post
from ..types import RawPost, Target
+2 -2
View File
@@ -1,11 +1,11 @@
from datetime import datetime
import hashlib
import json
import re
from datetime import datetime
from typing import Any, Optional
import httpx
from bs4 import BeautifulSoup as bs
import httpx
from ..post import Post
from ..types import *
+2 -2
View File
@@ -1,10 +1,10 @@
from datetime import datetime
import json
import re
from datetime import datetime
from typing import Any, Optional
import httpx
from bs4 import BeautifulSoup as bs
import httpx
from nonebot import logger
from ..post import Post