[networking] Log error when unable to restart a watch
This commit is contained in:
parent
26515677b8
commit
b44464d255
2 changed files with 14 additions and 6 deletions
|
|
@ -2,9 +2,12 @@
|
|||
|
||||
"""Various network tools (w3m, w3c validator, curl, traceurl, ...)"""
|
||||
|
||||
import logging
|
||||
|
||||
from nemubot.exception import IRCException
|
||||
from nemubot.hooks import hook
|
||||
|
||||
logger = logging.getLogger("nemubot.module.networking")
|
||||
nemubotversion = 3.4
|
||||
|
||||
from more import Response
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue