This commit is contained in:
Jing Ling
2020-02-29 17:50:41 +08:00
parent fd18639259
commit 3269a9f724
4 changed files with 1 additions and 6 deletions
+1 -2
View File
@@ -1,10 +1,9 @@
# coding=utf-8
from .module import Module
class Crawl(Module):
"""
爬虫基类
"""
def __init__(self):
Module.__init__(self)
-1
View File
@@ -1,4 +1,3 @@
# coding=utf-8
from .module import Module
-1
View File
@@ -1,4 +1,3 @@
import signal
import socket
import asyncio
import functools
-2
View File
@@ -1,5 +1,3 @@
# coding=utf-8
import requests
import config
from .module import Module
from . import utils