[networking] Log error when unable to restart a watch

This commit is contained in:
nemunaire 2015-06-25 01:55:29 +02:00
commit b44464d255
2 changed files with 14 additions and 6 deletions

View file

@ -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