forked from sch/Slixfeed
Disable module requests.
This commit is contained in:
parent
c050c765dd
commit
26185f96d7
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ from asyncio import TimeoutError
|
||||||
# from http.client import IncompleteRead
|
# from http.client import IncompleteRead
|
||||||
# from lxml import html
|
# from lxml import html
|
||||||
# from xml.etree.ElementTree import ElementTree, ParseError
|
# from xml.etree.ElementTree import ElementTree, ParseError
|
||||||
import requests
|
#import requests
|
||||||
import slixfeed.config as config
|
import slixfeed.config as config
|
||||||
from slixfeed.log import Logger
|
from slixfeed.log import Logger
|
||||||
# import urllib.request
|
# import urllib.request
|
||||||
|
|
Loading…
Reference in a new issue