mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-05 23:56:08 +01:00
Missing import time
This commit is contained in:
parent
fec9ec0a04
commit
72ed9fcb4a
1 changed files with 1 additions and 1 deletions
|
|
@ -15,10 +15,10 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
import time
|
||||
import logging
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
from .fetcher import RequestsFetcher, FetcherResponse, make_log
|
||||
|
||||
import socket
|
||||
|
|
|
|||
Loading…
Reference in a new issue